Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Send unique code for subscribers #19540
    extrabold
    Participant

    We send a code via autoreply email (using quform), but we need to save this code in database to export in future.

    our code are made with:” ##{Nome|1}{entry_id}{submit_time|Hi}{post_title} “

    in reply to: Center Date picker element #11499
    extrabold
    Participant

    Ok, I sent the e-mail.

    the links is:
    http://nailbaramandaoliveira.tk/reserva/

    • This reply was modified 10 years, 11 months ago by extrabold.
    in reply to: Export – Just show selected options #2309
    extrabold
    Participant

    OK, can you tell me where the code is ?

    thank you so much

    in reply to: Export – Just show selected options #2307
    extrabold
    Participant

    some estimate of when the update comes out?

    in reply to: Export – Just show selected options #2278
    extrabold
    Participant

    in export the plugin export all elements.
    but I need that he export only the filled forms

    in reply to: E-mail confirm #2275
    extrabold
    Participant

    That’s it, thank you again

    in reply to: E-mail confirm #2222
    extrabold
    Participant

    works fine, but if I need to have 2 diferents e-mails (with confirm).
    I try to copy and past the code in my functions.php, but dont work

    add_filter('iphorm_element_valid_iphorm_1_17', 'mytheme_confirm_email', 10, 3);

    function mytheme_confirm_email($valid, $value, $element)
    {
    if ($value != $element->getForm()->getValue('iphorm_1_9')) {
    $valid = false;
    $element->addError('E-mails não conferem');
    }

    return $valid;
    }

    add_filter('iphorm_element_valid_iphorm_1_19', 'mytheme_confirm_email', 10, 3);

    function mytheme_confirm_email($valid, $value, $element)
    {
    if ($value != $element->getForm()->getValue('iphorm_1_10')) {
    $valid = false;
    $element->addError('E-mails não conferem');
    }

    return $valid;
    }

    in reply to: Checkboxes – no Multiple Choice #2219
    extrabold
    Participant

    That’s it, works perfect.
    Thanks for the fast suport.

    this plugin it’s amazing

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