Lead Capture Tools

Benshi
Member

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

SOLVE

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

1 Accepted solution
MFrankJohnson
Solution
Thought Leader

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

SOLVE


2000px-Ok_sign_font_awesomeDid 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)

 

hubspot-workflows-auto-update-contact-property.png

 

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.

 

Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.

 

Hope that helps.

 

Be well,
Frank


www.mfrankjohnson.com

View solution in original post

2 Replies 2
MFrankJohnson
Solution
Thought Leader

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

SOLVE


2000px-Ok_sign_font_awesomeDid 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)

 

hubspot-workflows-auto-update-contact-property.png

 

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.

 

Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.

 

Hope that helps.

 

Be well,
Frank


www.mfrankjohnson.com
mjdiamzon
Member | Partner
Member | Partner

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

SOLVE

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. 

 

 

 

 

 

 

0 Upvotes