Change the following line:
toCode:<input type=hidden name="required" value="Pref-Mode-Reason[]">
The field name is "Pref-Mode-Reason", the "[]" is simply to tell PHP that it should be treated as an array.Code:<input type=hidden name="required" value="Pref-Mode-Reason">
Bookmarks