insert into mymail plugin on envato/codecanyon

Home Forums Quform WordPress insert into mymail plugin on envato/codecanyon

This topic is: resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11421
    ams13
    Participant

    Hi

    Is it possible to insert the name and email field into mymail plugin available on envato/codecanyon

    I have just purchased formcraft plugin for a fancy review form, and it has this option.

    Please let me know

    Thanks

    Altaf

    #11422
    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.

    #11433
    ams13
    Participant

    Hi

    I tried it. It does not work – the form generates – cannot submit form browser error – Below is what I have.

    Any ideas…. I placed the below code at the end of the functions.php for my theme..Do I have to place it in different position

    function mytheme_quform_mymail_subscribe($form)
    {
    if (function_exists(‘mymail_subscribe’)) {
    $email = $form->getValue(‘iphorm_2_7’);
    $lists = array(‘General’);
    $doubleOptIn = false;

    mymail_subscribe($email, array(), $lists, $doubleOptIn);
    }
    }
    add_action(‘iphorm_post_process_2’, ‘mytheme_quform_mymail_subscribe’);

    Thanks

    Altaf

    #11434
    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.

    #11436
    ams13
    Participant

    Hi

    Thanks. I sent it. I also noticed that the records are inserted into mymail and quform but the form does not generate a confirmation, instead gives a strange browser error.

    Please test. I sent you the url too..We need to get the form to now generate a confirmation which it used to.

    Thanks

    Altaf

    #11447
    ams13
    Participant

    Hi

    I managed to get this work – tried to increase WP memory and it looked like it did the trick but i will still monitor.

    Thanks

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