I solved this by: When the form is submitted, use JavaScript to concatenate all the InputText values into one long string before the actual submit. This string is coded so it can be unpacked on the server into useable fields. The string is stored as a string field in the form's model.