We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6146
    • 48 Posts
    Currently, my calendar is requiring a contact name and a contact email for blind event submissions. I understand how to add required fields with the &validate=``. How would I take one away?

    Should this work? (it does not seem to at the moment)
    [[!ChurchEventsCalendar?
      &validate=`public_start:required:isDate=^%m/%d/%Y^,
        repeat_type:required,
        calendar_id:required:isNumber,
        category_id:required:isNumber,status:required,
        event_type:required,title:required,
        public_desc:required:allowTags,
        notes:allowTags`
    ]]