Checkbox array - How can we view more than one checkbox selected value in our Webhooks script?

  • 21 April 2016
  • 0 replies
  • 2 views

We have a simple form with a checkbox that has 3 choices. The Unbounce form posts to a php script using “Post form data to a URL”.  Our problem is that the posted data only shows the last checkbox item selected when it should show ALL checkbox items selected. What would be the syntax for us to see ALL items selected in the checkbox array?

We’ve tried all of these, but the checkbox selected data is just not being passed as an array:

echo "

"; print_r($_POST); echo "

"; // exit;

echo "

"; print_r($value); echo "

"; // exit;

echo "

"; print_r($form_json_encoded); echo "

"; // exit;


0 replies

Be the first to reply!

Reply