• Im using campaign monitor and can’t seem to be able to pass the values from the dropdown (i.e. “select”) fields in CF7.

    All other text fields work, but the dropdown fields just end up Empty in Campaign monitor. Any help please?

    In campaign monitor it looks like this:

    <label for="fielditjjkk">Options</label><br />
            <select id="fielditjjkk" name="cm-fo-itjjkk">
                <option value=""></option>
                <option value="430376">Yes</option>
                <option value="430377">No</option>
            </select>

    In CF7 it looks like this:

    [select* options include_blank -txb "Yes" "No"]

    This example is just for a simple Yes/No dropdown box, but I’d like to implement this for list of states (among other things)

    Thanks in advance!

    https://wordpress.org/plugins/forms-3rdparty-integration/

Viewing 1 replies (of 1 total)
  • Plugin Author zaus

    (@zaus)

    Well, you need to map the select field name (‘options’?) to ‘cm-fo-itjjkk’? What does the debug email look like?

Viewing 1 replies (of 1 total)
  • The topic ‘How to pass CF7 Dropdown/Select values?’ is closed to new replies.