Suggestions for Capturing Training Course Requests

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.

Thanks,

Terry McMillan

Hi @tmcmillan99,

Yes, this is doable on HubSpot.

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.

Best regards,

Abraham Ernesto

hey @tmcmillan99,

if your client has Enterprise it would be a great use-case for Custom objects and a membership area.

Also, there’s HubLMS and I’m sure @danmoyle will be happy to tell you more about it.

best,

Anton

Thanks so much @GiantFocal @Anton :raising_hands: — Jaycee

@GiantFocal @Anton
Thank you for the suggestions. I will dive a little deeper and figure out the best option.

Thanks,

Terry