Download multiple file after hubspot form submission.

Hello everyone,

I’m a WordPress developer working with HubSpot CRM forms for a while. Can a user download multiple files as per multiple checkboxes selection after form submission?

so can anyone provide a solution for this?

Hey @Shreeshchandra7 ,

This can be achieved but ofcource not solely from the forms, but it will need workflows and email involvement as well.

So what you need to do is you already have this form:
1. now you need to create a workflow, enrollment trigger as form submission.
2. then, IF/THEN branches for all the options, say for example 1st branch will be whether that person has chosed option a or not. If yes, send an email, if not then go to next if/then branch and
3. then in the next IF/THEN actioncheck for the 2nd option, then the same process repeats for all the possible options

An additional go-to action will be required from YES or maybe NO branch (after send email action) to the next IF/THEN branch because a person could select multiple options at once
Screenshot by Lightshot a screenshot could be of help.

In the email you can send them the link to download the content.

This is how it can work.

I hope it will solve your concern. :slightly_smiling_face:

Happy to help!!