• Resolved ridwan62

    (@ridwan62)


    I am using the free version of CFF and I have made a form with order price calculation and I want that data to be stored in the back end. I want my customer to send this data to the site editor. How can I integrate a send or submit button with the form?

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

    (@codepeople)

    Hello,

    The features you are requesting are included with the professional version of the plugin. If you want to include a submit button in the form, simply insert a button field in the form, and enter the following piece of code as its onclick event:

    jQuery(this.form).submit();

    However, with the free version of the plugin, you should process the submitted information by yourself.

    Best regards.

    Thread Starter ridwan62

    (@ridwan62)

    @codepeople
    How it will work?
    Where it will store?

    Plugin Author codepeople

    (@codepeople)

    Hello,

    If you use the free version of the plugin you should implement the storing of the information submitted by the form by yourself.

    The professional version of the plugin stores the information into your website’s database. Furthermore, you can check it by pressing the “messages” button associated to the form, from the settings page of the plugin (https://cff.dwbooster.com/documentation#check-submissions)

    Best regards.

    Thread Starter ridwan62

    (@ridwan62)

    I want to create a form which will be used to calculate the cost, My customer will order with all of their details and they will submit these details to us.
    I want the process like this:
    1- customer fill-up form with all details that will calculate the total cost
    2- After that, they have to submit those details to us
    3- After their submission, they should receive an automatic email of the submission confirmation. This email has to be with all of their details.
    4- Also I want to show them a Thank you page( for example: Thank you for your submission) when they submit the form.
    Now @codepeople tell me is it possible with this plugin? Which version of this plugin is suitable for this process?

    Plugin Author codepeople

    (@codepeople)

    Hello @ridwan62

    Yes, that’s possible, but you would need at least the Professional version of the plugin.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How my customer will submit their data to the website editors?’ is closed to new replies.