submitted form data will be lost after redirecting

Home Forums Quform WordPress submitted form data will be lost after redirecting

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15364
    Sierra
    Participant

    Hi,

    submitted form data will be lost after redirecting.we are using the below mentioned steps but still we didn’t get data

    Display submitted form data after redirecting to another page

    Can you please help me on this.

    Thanks in advance

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

    #15392
    Sierra
    Participant

    function mytheme_save_form_data ($form)
    {
    session_start();
    $_SESSION[‘iphorm_1’] = $form->getValues();
    }
    add_action(‘iphorm_post_process_2’, ‘mytheme_save_form_data’);

    below is the getting notice in debug.log file :

    [27-May-2015 11:08:40 UTC] PHP Notice: Trying to get property of non-object in C:\xampp\htdocs\corpsites_devlab1\wp-content\plugins\fusion-core\admin\page-builder\classes\class-shortcodes-parser.php on line 93

    #15393
    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 4 posts - 1 through 4 (of 4 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