• Resolved snehanegi04

    (@snehanegi04)


    Hi,

    I have created a form using the plugin and on submitting the form, the user is able to see the html code instead of submit response or redirect to different URL.

    Please help.

    • This topic was modified 7 years, 1 month ago by snehanegi04.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there, @snehanegi04 👋

    Poking around your page, it looks like your WordPress theme is missing wp_footer function call in source files. Would you mind double-checking that and inserting the function right before the </body> ending tag? That should patch it up for you.

    Let us know how you go! 🙂

    Thread Starter snehanegi04

    (@snehanegi04)

    Hi Team,

    We have added wp_footer() function still we are getting response in JSON Format, kindly help us resolving this issue.

    For example code:
    <!doctype html>
    <html style=”margin-top:0px !important;”>
    <body>
    <?php
    /*
    Template Name: register

    */
    echo do_shortcode(‘[happyforms id=”1156″ /]’);
    wp_footer();?>
    </body>
    <?php
    //wp_footer();
    ?>
    </html>

    Thanks, @snehanegi04! Footer scripts are now showing up successfully. Good job! 👏

    To ensure HappyForms is working correctly and is loading all its dependencies, you’ll need to add wp_head() function before the </head> ending tag. Would you mind adding that one in too? That should fix it up right away.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Submit button issue’ is closed to new replies.