Form qualification logic

Hi guys,

Hope you are well,

I need to add a qualification logic to a form that is already created and connected to a HubSpot account. The goal is to prevent people from submitting the form if they select the B2C option and their company’s revenue is less than $10,000.

Ideally when someone doesn’t qualify, we have two options: displaying a message pop-up or redirecting them to a different page.

Does anybody know if this is possible?

Many thanks,

Ed

Hi Ed,

It depends on how you’ve done the HubSpot integration, but if the form is a Webflow form you can use custom code to handle that submit criteria and the related pop-up / redirect.

To implement this, use JavaScript to validate form inputs before submission. If conditions are met, prevent submission and either display a pop-up or redirect to another page.