CMS Development

tmcmillan99
Contributor | Elite Partner
Contributor | Elite Partner

Suggestions for Capturing Training Course Requests

SOLVE

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

0 Upvotes
2 Accepted solutions
GiantFocal
Solution
Participant | Partner
Participant | Partner

Suggestions for Capturing Training Course Requests

SOLVE

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

Best regards,
Abraham Ernesto
Found this answer helpful?
Marking it as the solution helps both the community and me - thanks in advance!

Need help with your HubSpot project?


View solution in original post

Anton
Solution
Thought Leader | Partner
Thought Leader | Partner

Suggestions for Capturing Training Course Requests

SOLVE

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

 

Anton Bujanowski Signature

View solution in original post

4 Replies 4
tmcmillan99
Contributor | Elite Partner
Contributor | Elite Partner

Suggestions for Capturing Training Course Requests

SOLVE

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

Thanks,

Terry

 

0 Upvotes
Jaycee_Lewis
Community Manager
Community Manager

Suggestions for Capturing Training Course Requests

SOLVE

Thanks so much @GiantFocal @Anton 🙌 — Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

Anton
Solution
Thought Leader | Partner
Thought Leader | Partner

Suggestions for Capturing Training Course Requests

SOLVE

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

 

Anton Bujanowski Signature
GiantFocal
Solution
Participant | Partner
Participant | Partner

Suggestions for Capturing Training Course Requests

SOLVE

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

Best regards,
Abraham Ernesto
Found this answer helpful?
Marking it as the solution helps both the community and me - thanks in advance!

Need help with your HubSpot project?