Hi @mimidwest,
Are you referring to a general solution to contacts only partially filling out forms and reminding them?
HubSpot cannot store the information in form fields if they’re not submitted. For a first-time visitor, you wouldn’t be able to remind this contact of completing the form. In that case, a contact record was not created yet so there isn’t anyone to enroll in a workflow. There might be third-party solutions which offer this functionality but I doubt that they would be GDPR-compliant: When a form is not submitted, usually consent about processing this individual’s data has not been collected yet.
If we’re talking about existing contacts who come back to submit another form, we’d have to approach this from another angle, again because HubSpot isn’t storing information about partially filled out forms. Any automation here would rely on the view of the page, combined with a contact not having filled out the form. The workflow enrollment criteria could look like this:
Contact has viewed landing page X
AND
Contact has not submitted form on landing page X
If however you’re interested in a way to remind a defined list of contacts about submitting a specific form, this could be much simpler.
Your workflow would enroll contacts based on whatever criterion you’ve chosen, for example membership in a specific list or another previous activity.
Delay by 2 days, send email 1.
Delay by 2 days, send email 2.
Delay by 3 days, send email 3.
We can see that by default, such a contact would receive all emails. Now we define that contacts should leave the workflow if they submit the form. This can be done through workflow goals: https://knowledge.hubspot.com/workflows/use-goals-in-contact-based-workflows
If the workflow goal of submitting this form is met, the contact would unenroll and not receive any additional reminders.
Let me know if you have any follow-up questions!