Title: Form Blank Submit Button is Empty
Last modified: August 21, 2016

---

# Form Blank Submit Button is Empty

 *  Resolved [fcvolunteer](https://wordpress.org/support/users/fcvolunteer/)
 * (@fcvolunteer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/form-blank-submit-button-is-empty/)
 * I’ve installed the plugin and specified `.content` for the form results. I’ve
   placed `<?php echo do_shortcode("[AjaxWPQSF id={form id}]"); ?>` in my template
   and the form’s border and submit button show but nothing else. There is also 
   no text in the submit button.
 * Can be [viewed here](https://tinyurl.com/nfgwp6j)
 * Any ideas?
 * [http://wordpress.org/plugins/ajax-wp-query-search-filter/](http://wordpress.org/plugins/ajax-wp-query-search-filter/)

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

 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/form-blank-submit-button-is-empty/#post-4035867)
 * 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](https://wordpress.org/support/users/fcvolunteer/)
 * (@fcvolunteer)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/form-blank-submit-button-is-empty/#post-4035963)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/ajax-wp-query-search-filter_ffffff.
   svg)
 * [Ajax WP Query Search Filter](https://wordpress.org/plugins/ajax-wp-query-search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-wp-query-search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/reviews/)

## Tags

 * [blank form](https://wordpress.org/support/topic-tag/blank-form/)

 * 2 replies
 * 2 participants
 * Last reply from: [fcvolunteer](https://wordpress.org/support/users/fcvolunteer/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/form-blank-submit-button-is-empty/#post-4035963)
 * Status: resolved