By default, all text fields are required. This behaviour is determined by the script but you can make all fields optional by doing the following:1)The form should be selected.2) Click 'Form' on the left side 3) Go to the "Tools" menu and select "Custom Script Assistant".4) Make sure "Object Events" is selected5) In the "Contents" box you should see this code: onsubmit="return weCheckForm(this)" 6) This needs to be replaced with; either, onsubmit="return true" or this line could just be deleted. This will allow any fields to be empty and the form still submitted.
How do I setup my form so that empty fields are ok? I want people to be able to fill in part of the form and leave some fields blank but still submit. (KB005205)
Modified on: Tue, Jun 28, 2016 at 12:19 PM
Did you find it helpful? Yes No
Can you please tell us how we can improve this article?