Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter SeVlad

    (@sevlad)

    error: wpuf_frontend is not defined
    source: /wp-content/plugins/wp-user-frontend/assets/js/frontend-form.js?ver=4.4.1 line: 195
    
    error: wpuf_frontend is not defined
    source: /wp-content/plugins/wp-user-frontend/assets/js/frontend-form.js?ver=4.4.1 line: 540
    
    error: wpuf_frontend is not defined
    source: /wp-content/plugins/wp-user-frontend/assets/js/frontend-form.js?ver=4.4.1 line: 323

    Help me please

    Plugin Author weDevs

    (@wedevs)

    Hello,

    I have tried to reproduce this issue, but it doesn’t show any error & it works fine. You can share your template code through Gist or Pastebin.

    Thread Starter SeVlad

    (@sevlad)

    You can share your template code through Gist or Pastebin.

    hmm..If I understand you correctly:
    Any template of themes https://themes.trac.www.ads-software.com/browser/twentyfifteen/

    Plugin Author weDevs

    (@wedevs)

    I am confused.

    In which file you inserted the shortcode?

    Plugin Author weDevs

    (@wedevs)

    1. Create a file in your theme root directory named “template-test.php” and paste the following code there.

    <?php 
    
    /**
     *
     *Template Name: Test Template
     *
     */
    get_header(); ?>
    
    <?php echo do_shortcode('[wpuf_form id="402"]'); ?>
    
    <?php get_footer(); ?>

    2. Create a page from admin and select the template “Test Template”
    and publish it.

    Now visit the page you created and you will see your form there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sending does not work through do_shortcode’ is closed to new replies.