Default Form Fields
From UBot Studio
(Difference between revisions)
(4 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
This feature can be accessed through the Tools Menu. Click Options, and select the Default Form Fields tab. | This feature can be accessed through the Tools Menu. Click Options, and select the Default Form Fields tab. | ||
− | + | [[File:deffofe.jpg]] | |
− | + | ||
− | [[File: | + | |
Line 13: | Line 11: | ||
Filling each field will create a variable. The variables will have the value of the fields in the Default Form Fields tab set as its value. | Filling each field will create a variable. The variables will have the value of the fields in the Default Form Fields tab set as its value. | ||
− | + | [[File:deffofevars.png]] | |
− | + | ||
− | [[File: | + | |
Line 22: | Line 18: | ||
Running the script will fill the fields with the values of the variables. | Running the script will fill the fields with the values of the variables. | ||
− | + | [[File:deffill.jpg]] | |
− | [[File: | + |
Latest revision as of 18:33, 31 January 2017
Default Form Fields is a feature that allows you to set the default value for variables that can be assigned to username, password or name form fields.
This allows for much a much quicker scripting routine and much faster account creation.
This feature can be accessed through the Tools Menu. Click Options, and select the Default Form Fields tab.
Filling each field will create a variable. The variables will have the value of the fields in the Default Form Fields tab set as its value.
To use the variables, simply drag them into the type text command for the field you would like to fill. Running the script will fill the fields with the values of the variables.