Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi @emzy,

    You are using the free version of the plugin, and this version of the plugin does not include a submit button, or the server side processing, like storing the data collected by the form in the plugin’s database, to send the notification emails, or integrate the form with PayPal, all these features are only in the versions of the plugin: Pro, Developer, and Platinum.

    In your form has been inserted simply a “calculate” button, with the label “Submit”.

    However, with the free version of the plugin it is possible emulate a submit button using the following piece of code as the onclick event of a common button:

    jQuery(this).closest('form').submit();

    but if you are using the free version of the plugin, you must to implement the server side code to process the collected data.

    Best regards.

    Thread Starter emzy

    (@emzy)

    okay, where do i place the code you specified please?
    Regards

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Select the button, and enter the code as its onclick event.

    Best regards.

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

The topic ‘Form Not Submitting’ is closed to new replies.