• olavers

    (@olavers)


    With either a drop-down menu or a checkbox on the form, I can see the selected options for the submission in WordPress.

    However, I’m trying to set up a scenario in Integromat, and in the first step where I pull the data from the CF7 form, the data from the drop-down or checkbox options are empty.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jainil Nagar

    (@jainilnagar)

    Hello @olavers

    Please post your code here.

    Also, Keep in mind that the checkbox data will be an array.

    Thread Starter olavers

    (@olavers)

    Hi @jainilnagar – thanks for reaching out.

    Here’s the code of one of the checkboxes:

    <label>Primary Art Discipline(s) <span style="color: red;">*</span></label>
    [checkbox* disciplines use_label_element "Murals" "Painting" "Sculpting" "Illustration" "Fibre Art" "Ceramics" "Photography" "Silk Screen" "Other"]

    Integromat support confirmed that the checkbox selections were not received on their end

    • This reply was modified 4 years ago by olavers.
    Jainil Nagar

    (@jainilnagar)

    Hello @olavers

    By code, I meant you Integromat integration code.

    Are you using CF7 Redirections, Integrations and Database?

    Thread Starter olavers

    (@olavers)

    Sorry, yes. This is an example of data being sent to the webhook:

    {
        "first-name": "xyz",
        "middle-name": "xyz",
        "last-name": "xyz",
        "disciplines": "xyz",
        "mediums": "xyz"
    }

    The “disciplines” and “mediums” are fields with multi-select checkboxes, and do not appear in Integromat. I’m unable to edit this code.

    twogunrock

    (@twogunrock)

    I would like to add that I have a similar problem with select box data not being saved to the database. All fields work except the select box, tried flamingo and advanced cf7 db, same result. I used Rollback and it seems the issues started with 5.2.1, I have had to rollback all the way to 5.2.0 to use my form.

    • This reply was modified 4 years ago by twogunrock.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Drop-down and checkbox values not sent to Integromat’ is closed to new replies.