Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jim,

    You should be able to remove the “required” element of any form field by removing the asterisk from code that you copy and paste it into the form.

    For example,

    [text* text-298] Is a text field that is required
    [text text-298] Is a text field that is not required

    Another example would be the date field

    [date* date-52] Is required
    [date date-52] Is not required

    The asterisk is the key. Let me know if that doesn’t work.

    Thread Starter jimklein1

    (@jimklein1)

    Thanks Mike!

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

The topic ‘Please fill in the required field error’ is closed to new replies.