Title: Free version has no submit functionality?
Last modified: May 20, 2021

---

# Free version has no submit functionality?

 *  Resolved [Ruskin](https://wordpress.org/support/users/hedley/)
 * (@hedley)
 * [5 years ago](https://wordpress.org/support/topic/free-version-has-no-submit-functionality/)
 * I’ve been trying out this plugin today and so far it seems pretty impressive,
   and will likely be just what I’m looking for.
 * This is probably a stupid question, but I don’t see any way of having a functional“
   Submit” button on a free-version form. I know email delivery isn’t an option,
   but is there any way to save the submission to the database or something? Just
   curious at this point – I’ll probably buy a license if the client is happy.

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years ago](https://wordpress.org/support/topic/free-version-has-no-submit-functionality/#post-14461649)
 * Hello [@hedley](https://wordpress.org/support/users/hedley/)
 * The server-side operations like store the information in the database, send notification
   emails, or integrate the form with a payment gateway are included only with the
   commercial versions of the plugin. And the same happens with the attribute “Display
   submit button?” in the form’s settings.
 * But that not means you cannot insert a submit button because you can emulate 
   it with a button field by entering the following piece of code as its onclick
   event:
 * `jQuery(this.form).submit();`
 * However, using the free version of the plugin, the server-side code that processes
   the values must be implemented by yourself.
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Free version has no submit functionality?’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/free-version-has-no-submit-functionality/#post-14461649)
 * Status: resolved