I’m trying to create a request information form where I can add some products from different pages (similar to an ecommerce script) but without any ecommerce functionality.
I’ve already a products table page, one product per line with a link to a detail page. Now I want to include a button/link to be able to ADD TO QUOTE. Once its finish then be able to go to the form, review the information and fill out some general fields (name, email, phone, comments, etc) and then send an email.
Can I create a form like this using quform? If so, any chance to get an advice how to do it?