Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: double entry verification (e-mail) #18349
    Rooimans
    Participant

    For those interested in the solution. Just copy paste the code and give an increment to the function name:

    add_filter(‘iphorm_element_valid_iphorm_1_2’, ‘my_confirm_email2’, 10, 3);

    function my_confirm_email2($valid, $value, $element)
    {
    if ($value != $element->getForm()->getValue(‘iphorm_1_1’)) {
    $valid = false;
    $element->addError(‘The email addresses do not match’);
    }

    return $valid;
    }

    in reply to: Option Selected – Send to Another Email #18348
    Rooimans
    Participant

    Nice! Wasn’t aware this was a standard feature!

    in reply to: double entry verification (e-mail) #18245
    Rooimans
    Participant

    Dear Ally,

    I have the above solution running for one of my forms which works great. I wanted to add this feature to a second form, but unfortunately this does not work by simple duplication of the provided code. Could you give a suggestion for this problem?

    Thanks in advance.

    Kind regards,

    Thijs

    in reply to: Require unique input value radio button #17942
    Rooimans
    Participant

    This works great! Thanks a lot! Might me a nice feature in a next update?! Anyway keep up the good work (Y)

    Thijs

    in reply to: Conform e-mailadres via e-mail #17620
    Rooimans
    Participant

    Thank you for your quick reply Ally. Will be looking forward to the next major update!

    Will see if I can implement your suggestion in the mean time. Keep up to good work! (Y)

    Thijs

    in reply to: how to edit datafields in quform or database #13943
    Rooimans
    Participant

    But where exactly do I find these tables? I am currently using the wordpress database, maybe this is only possible when you use your own table in phpmyadmin?

    I have read in an other thread that you are planning this as a feature in the next major update. Good work! Do you know in which period this is expected?

    Thank in advance!

    Regard,

    Thijs

Viewing 6 posts - 1 through 6 (of 6 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy