Hi @jimmylee7,
I’m sorry, but that’s not entirely true. The free version of the plugin allows to create many forms to create quote or estimation forms.
For example, if you want to create a form for allowing calculate mortgages, estimate the price of services, the ideal weight of users, etc. etc. The plugin is distributed with five functional forms.
However, if you want to include a submission button, simply insert a common button field, and enter as its onclick event the piece of code:
jQuery(this).closest('form').submit();
but in the free version of the plugin you should implement the server side code to manage the collected data (all this features are included in the pro version of the plugin).
Best regards.