Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same problem with one of the forms: https://europeancourt.ru/vebinary/.

    And I also remade that form with no success.

    BTW, the other form with checkboxes works perfectly well: https://europeancourt.ru/poluchit-konsultaciyu-po-telefonu/

    Same problem here. Checkboxes used to work fine so I think it is an upgrade issue? Here’s my code:

    Form:
    [checkbox InsuranceType "Auto" "Homeowner's" "Umbrella" "Watercraft" "Commercial" "Other"]
    Email:
    [InsuranceType]

    The rest of the form works fine but I really need those checkboxes. Thanks!

    Yes I have the same problem as well.

    No matter which check box is checked, the email will indicate as “array”

    Same here…

    I have the same problem and found the cause. You can correct it for now by commenting out this line in the /includes/classes.php file

    Around line 599 look for:
    $submitted = trim( $submitted );

    Then just add the comment marks in front of it like so:
    //$submitted = trim( $submitted );

    This trim is clipping out whatever the array search is looking for. We will have to wait for an official patch but for now this works!

    Hope it help someone…

    Kai

    (@webmasterfelix-systemsde)

    Great, this solution works.

    Thank you

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    I’m sorry for this. Fixed version will be released shortly.

    Thank you, philmcdonnell, your solution works and we are up and running! And thank you to Takayuki Miyoshi, this is a terrific and valuable plug-in and we’ll look forward to the official fix.

    Check boxes are not showing in email received from the form – this is extremely important – I have 3.5.3 – latest version – anyone know what gives with this – I can’t implement the fix above as it seems the code has been changed.

    HELP!!!

    In form:
    [checkbox checkbox-104 “Mon. 11/25. 9am – 12 Noon” “Mon. 11/25. 12 Noon – 3pm” “Tues. 11/26. 9am – 12 Noon” “Tues. 11/26. 12 Noon – 3pm” “Wed. 11/27. 9am – 12 Noon” “Wed. 11/27. 12 Noon – 3pm” “Thurs. 11/28. 8am – 4pm (All Day)” “Thurs. 11/28. 2pm – 4pm (Clean-Up)”]

    In Email Message:

    Desired Shifts:
    [checkbox-104]

    I’m assuming that I should get a response from each of the shifts checked

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Checkboxes outputting "Array"’ is closed to new replies.