Submission doesn't happens

Home Forums Quform WordPress Submission doesn't happens

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

    HI, I just purchased the plugin and created the first form.
    I have some problems with it:

    when I submit, I don’t receive any email (as set in form settings)
    – iphorm_pre_process hook doesn’t works
    – Popup form doesn’t works
    – I have a JS error on the page:
    Uncaught TypeError: Cannot read property ‘$form’ of nullsubscribe:1299 (anonymous function)jquery.js?ver=1.11.0:2 n.Callbacks.jjquery.js?ver=1.11.0:2 n.Callbacks.k.fireWithjquery.js?ver=1.11.0:2 n.extend.readyjquery.js?ver=1.11.0:2 K

    What I am doing wrong?
    Please help.

    Thank you

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

    #13830
    Antongu
    Participant

    I feel I can not to make a test like this at this time, because we have content management plugins that uses shortcodes and other important plugins.
    Can you please to make the check? the link below:

    Subscribe Test

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

    #13844
    Antongu
    Participant

    Now it works! Thanks a lot!

    Now, I am using a hook to send the details to our CRM, and making an email test, but seems I can not to get the fields values properly:

    function my_pre_process($form)
    {
    $qname = $form->getValue(‘iphorm_1_1’);
    $qphone = $form->getValue(‘iphorm_1_2’);
    $qemail = $form->getValue(‘iphorm_1_3’);

    mail ( ‘mymail@epochtimes.com’ , ‘new subscriber’ , ‘name is: ‘.$qname.’phone is: ‘.$qphone.’email is: ‘.$qemail );
    }
    add_action(‘iphorm_pre_process’, ‘my_pre_process’);

    What I get is:
    name is: phone is: email is:

    Is something wrong with the code?

    #13854
    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 6 posts - 1 through 6 (of 6 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