Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TC.K

    (@wp_dummy)

    What I saw in your site is you didn’t put the form id in your shortcode. Are you purposely do so? Normally you should do like this :

    <?php
    echo do_shortcode("[AjaxWPQSF id=11]");
    //where 11 is your form id, for example.
    ?>

    Thread Starter fcvolunteer

    (@fcvolunteer)

    Oops! Gotcha, Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form Blank Submit Button is Empty’ is closed to new replies.