Hi @25user,
1/ create an inquiry form
Forminator allows you to create custom forms with a wide variety of fields to collect data from users. If you are looking for a template, then Forminator only provides the following set of templates:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#form-templates
You can use any of these or customise your form according to your requirement.
2/ forward data to google spreadsheet ( name phone and other data) /create database/
The plugin provides out of the box integration with Google Spreadsheet, please check our doc for more info:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#google-sheets
You can also integrate using Zapier too, you can check regarding that in here:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#webhook
3/ calculate the correct price of the enquiry based on the data provided
example: /client chooses two products and indicates where he/she lives /different prices according to his/her place of residence/ and therefore it is necessary to add the price of two products and add transport according to the place of residence/
This should be possible, for basic calculations, you can use the “Calculation” field, which can perform calculations based on other form fields.
For calculation based on user selections, you can enable the “Calculation” within the field, so that the user input will have a value that could be used to calculate.
For example:
Screenshot at 17:36:46.png
In the above screenshot, the calculation is enabled for the “Select” Field and Options Area A has a value of 10 and Area B has 20. So these values can be passed to the “Calculation” field based on the selection. You can also use radio, checkboxes for a similar workflow:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#radio-calculations
4/ send an email to the client with the quotation / previously invisible to the client/ and supply us with a copy of the email.
You can set up an email to be sent to the client and yourself with the quotation information within the “Email Notifications” tab,
You can refer the following doc:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#email-notifications
Please do note that all these features aren’t specific to the Pro version and can be carried out with the free version of Forminator. So would recommend you to check and see how the free version goes.
Best Regards,
Nithin