ZennoPoster Input Settings
🔗 Original page — Source of this material
Description
Input settings are used to pass data into your template. This can include file paths, a line of text, multi-line text, numbers, captcha or SMS service credentials, dropdowns, and more.
ZennoPoster has two types of input settings — classic and bot interface (BotUI).
If you are a template developer, you can learn more about data types and creating input settings in the articles Input Settings for the Project (Classic Settings) and Bot Interface (BotUI).
Settings examples

Classic settings

Bot interface (BotUI)
Control Buttons
Export
Allows you to save the current settings values to a file.
You can also load saved settings using ❗→ bat files.
Import
With this function, you can load settings from a file (first, you need to save them using the “Export” button).
Default
Resets all settings to their default values (those set by the template developer).
Profile Settings

Clicking this button opens the profile generation settings window, where you can change the nationality, gender, age, and login generation formula. You can read more about these options in the article ❗→ "Profile" section "User Tab"
OK
Save and apply all the changes you’ve made.
Cancel
Don’t save your changes.
Important Note
Input settings are read only once at the start of a thread!
If you change the settings during the execution of a thread, it won’t affect the current thread until a new run starts.
Let’s look at an example: suppose your project’s input settings let you specify the full name and date of birth. The user fills in this data and starts the template. The template launches and begins its work. Let’s say the user made a mistake and entered the wrong information. They reopen the settings for the running template and enter new data. Any threads that started before the settings were changed will continue working with the old values. The new values will only be picked up by the project for threads started after the changes.