Get Checkboxes Value

Home Forums Quform WordPress Get Checkboxes Value

This topic is: not resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #8124
    chrisfrick
    Participant

    Hello

    I created an own email-content.php and autoreply-content.php, but now I have only one Problem.
    I got at the end of the form 2 Checkboxes and need to output if they’r checked or not.

    How I do this?

    Thanks!
    Chris

    #8125
    chrisfrick
    Participant

    okay no other problem 🙂

    • This reply was modified 10 years, 4 months ago by chrisfrick.
    #8147
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #8157
    chrisfrick
    Participant

    Hmm.. But I got 2 Checkboxes…

    Option 1
    Option 2

    With this solution I only know… if 1 Checkbox is checked or not, but I need to know if Option 1 or Option 2 is checked.

    Thanks
    Chris

    #8162
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #8163
    chrisfrick
    Participant

    I tried this…

    <?php
    if (in_array(‘1’, (array) $form->getElement(‘iphorm_5_1’)){
    echo “Option 1!”;
    }
    ?>

    But dind’t work and it’s the right ID, the Value of Option 1 is ‘1’ as well.

    Other idea?

    #8164
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #8165
    chrisfrick
    Participant


    <?php if (in_array('1', (array) $form->getValue('iphorm_5_1')) : ?>
    Option 1 is ticked
    <?php endif; ?>

    But doesn't work :/

    #8190
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #8214
    chrisfrick
    Participant

    Here you go…

    array(1) { [0]=> string(1) “2” }

    Greets
    Chris

    #8224
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy