Viewing 2 replies - 1 through 2 (of 2 total)
  • claudeschneider

    (@claudeschneider)

    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.

    Plugin Author nickboss

    (@nickboss)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Userdata Required How?’ is closed to new replies.