Title: Submit button problem
Last modified: July 13, 2017

---

# Submit button problem

 *  Resolved [rotirk](https://wordpress.org/support/users/rotirk/)
 * (@rotirk)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/submit-button-problem/)
 * Hello, I have a problem with submit button. When I make a form and choose form
   template I dont have a submit button on bottom.So I put manually the button but
   when I click on him nothing happens.So I must add manually onClick event..
 * Any Idea?

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/submit-button-problem/#post-9315342)
 * Hello,
 * If you are using the free version of the plugin (that was implemented to create
   form to estimate services and products costs, and other forms that not require
   server side processing), it does not includes the server side modules for processing
   the data collected through the form, and send the notification emails, it is 
   the reason why the free version of the plugin has disabled the attribute: “Display
   submit button?” in form’s settings.
 * However, you can insert a submit button in the forms created with the free version
   of the plugin in multiple ways:
 * – Insert a common button field with the following code as the onclick event:
 * `jQuery(this).closest('form').submit();`
 * – Insert a “HTML Content” field in the form with the tag for the submit button
   as its content:
 * `<input type="submit" name="send" value="Submit the Form" />`
 * But as I said previously, using the free version of the plugin you should intercept
   the data submitted by the form, and process them by yourself.
 * Best regards.
 *  Thread Starter [rotirk](https://wordpress.org/support/users/rotirk/)
 * (@rotirk)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/submit-button-problem/#post-9315365)
 * Thank you for fast answering and helping!

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

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

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 2 replies
 * 2 participants
 * Last reply from: [rotirk](https://wordpress.org/support/users/rotirk/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/submit-button-problem/#post-9315365)
 * Status: resolved