has anyone ever created a form that can handle something similar to the following logic:
- user selects from a multi-select list of labels
- each label in the list is associated to a duration in hours, for example item 1 (5 hours), item 2 (6 hours), item 3 (8 hours) and so on.
- the total amount allowed upon form submission is 30 hours, therefore any combination of the multi-select must be = to 30 hours (no more, no less)
can hubspot do this, if so, how?
thank you
Hi @ALevine2 ,
I appreciate your question, it’s a great one!
I would like to invite some of our experts to see if they have any ideas for you or if they are required to create something similar and can offer suggestions to help you out.
Hi @deepikaverma, @Shadab_Khan, @Mike_Eastwood., do you have any advice for @ALevine2?
Thank you for your valuable input and contributions! 
Best,
Diana
Hi @ALevine2
Do you mean “user” as someone in your organization? Or “user” as in a visitor to a Landing Page?
For a HubSpot User then the new CRM Customisation is ideal.
For a website visitor I would create a Custom Module, that customizes the embed code for a HubSpot Form, then the Custom Module holds the JavaScript to add up the hours and validate the form to ensure your business rules are met.
Sorry if this sounds a bit geeky (it is) I don’t get out much ;o)
Mike
p.s. thank you for the mention @DianaGomez
Here to learn more about HubSpot and share my HubSpot Knowledge. I’m the founder of Webalite a Gold HubSpot Partner Agency based in Wellington, New Zealand and the founder of Portal-iQ the world’s first automated HubSpot Portal Audit that helps you work smarter with HubSpot.
Thanks @Mike_Eastwood and @DianaGomez for the fast response.
yes, to clarify i was referring to a website visitor (not an internal user) and was really hoping to avoid having to customize the form.
Thanks for the clarification @ALevine2
We build the Custom Module that loads a normal HubSpot Form (in Raw HTML).
The Custom Module holds the JavaScript e.g. form validation, adding up hours.
That means you can edit the Form as required, or create other forms using the same Custom Module.
Let me know if you’d like to discuss your Form.
Mike