We have a client that wants somewhat of an e-commerce functionality for capturing training courses their customers want to take. No exchange of money…more of a request a quote.
Scenario-
Hubspot page that lists the different training course offerings. Customer selects the training courses they want which puts them in some sort of “cart”. Customer submits request which send them a confirmation email and alerts the client with what the customer selected.
Do you think this could be done in Hubspot?
A custom module or Hubdb could be used for presenting the courses. Just not sure the best way to capture the selections and present them on a “cart” page. (Maybe use a form for making the selections?)
Or should we look at using a 3rd party option and just not exchange money? (Shopify, Payhip, etc)
Any suggestions are greatly appreciated.
You can display the training courses from hubDB in a product listing format and include a checkbox for users to select or deselect the items they want to include in their form submission. Make sure each checkbox has a unique value that represents the training course.
To add the selected courses to a form submission, you can use JavaScript to monitor all the checkboxes for changes. When a checkbox is clicked, the selected training course’s value can be appended to a form field (multi-select dropdown).
Please don’t hesitate to reach out if you need assistance with the implementation.