• Resolved Ruskin

    (@hedley)


    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

    (@codepeople)

    Hello @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.