Viewing 1 replies (of 1 total)
  • Plugin Author Mário Valney

    (@mariovalney)

    Hi! How are you?

    When no checkbox is selected we will send nothing (just the tag empty).
    Like this example:

    {  
       "your-name":"",
       "your-email":"",
       "checkbox-590":"",
       "your-message":""
    }

    When on or more checkbox are selected we send the data this way:

    {  
       "your-name":"",
       "your-email":"",
       "checkbox-590":[  
          "Option 2"
       ],
       "your-message":""
    }

    If you are not sending data to Zapier, let’s find the problem.

    Regards,
    Mário Valney

Viewing 1 replies (of 1 total)
  • The topic ‘checkbox problem’ is closed to new replies.