Hi everyone,
I’ve hit a bit of a wall here while trying to think up a solution for an issue we are having with our web forms.
We have partners who resell out product. When they successfully resell our product, they have a unique web form set up in HubSpot in which they enter some key information about the customer who they just closed. Once this form is submitted, I have automation set up which automatically creates a new deal. So far, this all sounds easy-peasy.
Here’s where it gets complicated:
One of the things that the form asks for is that the partner attaches a file, which is a signed quote. Ideally, we would like for this quote to immediately get assigned to/associated with the new deal that gets created after the form is submitted. However, this isn’t an option, because the quote is being submitted at the exact same time that the new deal is being created: its not possible to set up automation to assign the quote to a deal that does not yet exist.
The ‘work around’ that we have been using is that the submitted quote gets assigned to a ticket, and then the ticket gets assigned to the deal. This is unideal and something we are attempting to improve upon, since the ticket is adding an unnecessary layer. (To review the quote, we have to click on the deal, then open the ticket, then open the quote, etc.)
One thought that I had is I could create a second web form that our partners get pointed towards as soon as they finish submitting the first webform: in other words, webform 1 creates the deal once it is submitted, and webform 2 submits the quote and attaches it to the deal. However, this solution was rejected, since this would create too much work for our partners, and they would be unlikely to comply with it.
So, has anyone encountered a similar issue? Can anyone think of a way to solve this problem? What would be your solution for this scenario?