Skip Navigation

[Resolved] Form for custom quote

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 4 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#1494867

Hi

I need to setup a form that requests the user to enter data and based on the submissions shows you woo products based on the conditions set.

So it gives them options to choose and creates a bespoke quote based on the selection.

So for instance, they request 5 products of type x, it will show them that they also need for instance a licence for those product types etc etc. This is then priced up and sent to the client and the store owner so they can further discuss the requirements.

Thanks

#1495165

Hi, there's nothing exactly like this built into Toolset. Forms can be used to generate a custom post from the front-end of the site, but it doesn't come with built in calculations for price. You might be able to get around that with some custom code, but it also depends on the types of inputs you expect to include in the Form, and how those inputs translate into outputs in the quote. For example, a repeating row of inputs is not possible to implement in a single Form, and would have to be broken up into multiple Forms. Can you show me a mockup of the Form you'd like to include? I might be able to make some recommendations.