Removing a Field from the Form
To remove a field from the Public Submission form:
- Open the default.aspx file.
- Go to the section labelled “STEP 1” and locate the field to be removed. Highlight the field element and attributes including the opening <p> tag and closing <p/> tag.
- Go to the sections labelled “STEP 2A”, “STEP 2B” and “STEP 2C”. For each section, remove each line containing the field, as necessary.
- Go to the section labelled “STEP 3” and remove the line from the var fieldDefinitions list.
- Go to the section labelled “STEP 4” and remove the line from the list of assigned values to be repopulated after CAPTCHA validation.
- Save the file.