Auto fill (NOT Default fill) of a form field based on workflow

Hi,

Can I set a field to be auto-filled by the system in given values based on the contacts selections in the form (i.e. contact selected values a, b, c in a form, so set field X with a given value)?

Thanks, Ben

2000px-Ok_sign_font_awesome.png
Did my post help answer your query?

Help the Community by marking it as SOLVED

Q: Auto fill (NOT Default fill) of a form field based on workflow?

Short A: Of course.

Longer A:

There are a few ways to do it, but since you’re accepting info directly from a HubSpot form you may opt to just test for that directly in the workflow. (see image)

Note: Just be aware that certain contact properties require specia1 treatment -- e.g., Lifecycle Stage.

Hope that helps.


share-on-Linkedin-Button-75x19.png



hubspot-forum-signature-badge-v01.png

www.MFrankJohnson.com

Please tag @MFrankJohnson if you’d like me to respond.

I was able to fill my form’s input or select option value by using javascript.

window.onload = function() {
document.getElementById(‘talentproduct-3c07f6a4-8353-44fd-832e-655bdeb59e25’).value = “GR8 Full Spectrum”;
};

Output: https://www.trginternational.com/talent/talent-management-solutions/gr8-full-spectrum/

You can find your Select ID using the chrome developer tool.