Home Forums Newsletter Plugin Support problem with checkboxes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #155296
    jwuilliez
    Participant

    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.

    #155668
    Stefano
    Keymaster

    Hi, nl[] if for lists and they should be configured and enabled in the list configuration panel.

    Stefano.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.