Removing a Field from the Form

To remove a field from the Public Submission form:

  1. Open the default.aspx file.
  2. 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.
  3. Go to the sections labelled “STEP 2A”, “STEP 2B” and “STEP 2C”. For each section, remove each line containing the field, as necessary.
  4. Go to the section labelled “STEP 3” and remove the line from the var fieldDefinitions list.
  5. Go to the section labelled “STEP 4” and remove the line from the list of assigned values to be repopulated after CAPTCHA validation.
  6. Save the file.