Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<select name="multihomeschool[]" multiple size="6">
	<option>Bienen School of Music</option>
	<option>McCormick School of Engineering and Applied Science</option>
	<option>Medill School of Journalism, Media, Integrated Marketing Communications</option>
	<option>School of Communication</option>
	<option>School of Education and Social Policy</option>
	<option>Weinberg College of Arts and Science</option>
</select>

Don't Use Square Brackets in Field Names (except multiselects)

The form engine doesn't properly handle square brackets in field names, except at the end of multiselect fields, which causes data to be lost.  This is considered a bug but there is no immediate intention to fix it since there haven't been any production cases of square brackets being necessary.

HTML Transformations

Disabled Form Sections

...