I must be doing something wrong…
I’m setting up a newsletter signup for a resort with 3 checkboxes at the bottom of the form where people can check if they’re interested in the Restaurant, the Hotel or the Investment Opportunity respectively.
I’ve setup the 3 checkboxes in the Custom Form as follows (they have labels as well, but that’s not relevant to the question):
<input type=”checkbox” id=”restaurant” name=”nl[]” value=”1″>
<input type=”checkbox” id=”hotel” name=”nl[]” value=”2″>
<input type=”checkbox” id=”inv” name=”nl[]” value=”3″>
I’m using the name=”nl[]” as per the Hand Coded Forms instructions, as well as value=”X” with X corresponding to the custom fields I’ve created under the Extra Profile Fields tab in the Subscription Form Fields panel.
Yet, when I test signing up through the form, nothing appears in the Custom Fields I’ve setup, no matter which ones I check.
I know I’m doing something wrong. Please help.
Thanks.