
Main settings
- E-MAIL - The email address to which the form data will be sent.
- DESCRIPTION - The general purpose/description of how it is viewed by users of the application.
- DATE FORMAT - Select whether you want the date format to be displayed as MM/DD/YYYY or DD/MM/YYYY.
- ADD SECTION - Use this feature to separate your form into different sections (i.e. categories).
- ADD FIELD - Click this button to add a field to your form. When you click the button, you will be offered options to name the field, select options for the field, and select the field type.
- Field name - The name that the application user will see. This will explain to the application user the type of information that needs to be entered in this section/field of the form.
- This field is required - Select this option if the application user must enter data for the corresponding field.
- Enable read only - Use this option if you do not want the application user to be able to edit the field. This option is useful for fields that contain calculations.
- Enable Hidden - This option will hide the field from the application user. This is another useful option for fields that contain calculations. You may not want the application user to see the fields that calculate the data entered in the form. In these cases, use this option.
Below you will find a breakdown of the different field types available
Useful for Yes/No option fields.
Use the Radius field when you need to capture more than one option for a question.
For when you want the app user to select from a list of options.
The Image field allows the application user to upload an image to the form.
Barcode/QR reader
This type of field allows the application administrator to add a privacy policy or terms of service document to a form that the application user must accept.
Allows the application user to enter a URL.
This field type allows the application administrator to add an "ID" type field to a form that will automatically increase in number. A detailed explanation of this feature is explained later in this documentation.
After selecting the field type, click OK to save your selections.
Can filter the data inentering an email address or name. You can also filter the data using the From and To date fields.
To download the data, click the button Download CSV located on the right side of the screen.
If you want to Delete a record, click the Delete button to the right of the record.
DISABLE EMAIL - If this feature is enabled, when the Application User submits their form, the results will not be sent by email. This option is useful for calculator-type forms, etc. where the application administrator does not need the results of the submitted forms.
HIDE SAVE - If enabled, the form registration can only be submitted. There will be no option for the app user to save the record and make continuous submissions.
For this example, we're going to create a very simple tip calculator form.
1) If you haven't already, add the function Pro Form to your application.
2) Since we are creating a tip calculator form, we do not want the form submissions to be emailed to the application administrator.
4) Then click the button Add a field and make the following selections.
● Field name: Meal
● This field is required: Yeah
● Field type: Number
● Click Accept to save
IMPORTANT: Since we are going to use the Food field as part of our calculations, it is important that
Let's set this Field Type to Number.
5) The App User will use this next field to enter the tip percentage they want to give. Since we are calculating a percentage (%), we want to leave an example of the entry that must be made for the App User.
Click the button Add a field and make the following selections:
● Field name: Tip
● This field is required: Yeah
● Field type: Number
● Click Accept to save
IMPORTANT: As before, since we are going to use the Total Meals field as part of our calculations, it is
It is important that we set this Field Type to Number (and the field name cannot contain spaces).
6) Now let's add a field Formula which will calculate our two fields created above. We don't want the application user to enter any data in this field, so we will make it read-only.
Also, since the fields to be used in calculations cannot have spaces, we are going to use an underscore (_) in the formula (In our next field, we are going to use the Tip_Amount in a calculation as well).
***The field name can have spaces and when used in the formula the space will be replaced by the underscore. (We have used the underscore in the field name in the screenshot below as it was not supported in the previous version, you can use the space in the field name and use the underscore for the same field when writing the formula)
Click the Add a Field button and make the following selections.
IMPORTANT: In the Add Formula configuration, we are simply telling the system the calculations that
we want it to do. So in this case, we want it to multiply the Food input and the Tip input.
When you enter the formula, do not put spaces in your formula.
Click the Add a Field button and make the following selections:
● Field name: Total Amount
● Enable read-only: Yeah
● Add Formula: Food+Tip_Amount
● Click Accept to save
8) Below is a screenshot of this type of form in the app:
9) If at any time you want to change the view of the app, you can choose between two different layouts from the tab Design.
And make the following selections:
● Field name: Customer Name
● This field is required: Yeah
● Field type: Text
● Click Accept to save
And make the following selections:
● Field name: Client ID
● This field is required: Yeah
● Field type: Number
● Click Accept to save
● Field name: Order No.
● This field is required: Yeah
● Field type: Number
● Click Accept to save
● Field name: Delivery Day and Time
● This field is required: Yeah
● Field type: Date/Time
● Click Accept to save
● Field name: Delivery Day and Time
● This field is required: Yeah
● Field type: Digital Signature
● Click Accept to save