I’d also like this functionality, to force users to enter data in an additional field.
When defining Additional Fields, it would be good to have a checkbox next to each field, where you can force the field to be required.
Submitting the form shouldn’t be possible if a required field is left blank.
Hi,
fields can become required. There is an option for this. If a required field is not filled-in, then the file cannot be uploaded.
You can check the instructions for userdatalabel attribute: This attribute defines the labels of the userdata fields. Separate each field with slash “/”. If you want a field to be required, then preceed an asterisk (*) before the label. Example to create 2 fields, an optional Name and a required Email field: userdatalabel=”Name/Email (required)”. Default value is “Your message”.
Nickolas