Hi, in ghl forms we have a option called inline, but in surveys how can i bring two custom fields in one line. Please answer this, I will be very thankful to you.
I created a custom code form for vehicle make and model with html/ java and inserted in my form into this ghl form along with name and email and phone. I cant seem to get the information in the custom code to show up in my pipeline.
Hi there, Thanks for your comment. If you use html/JS to build the form field then you will not see the input value into custom value because those custom fields that you created are not integrated with GHL. Mostly we use the custom HTML/JS element to re-design the form or add additional functions. All form fields should be created by using the available form builder elements. This way you can see the input into your GHL and can update your pipeline. Thanks, Sam
Do you have a custom code that will allow the form or survey to use Google AutoComplete of their address and parse them into the appropriate field in the GHL Form or Survey?
Hello , I am trying to create a workflow to detect zip codes of all my leads. If the zip code is a number greater than or equal to a certain amount and less than or equal to another amount, I want to add a tag. Can I achieve this with this custom code action?
Hi there, Thanks for your comment. I will check if we come come with the solution of this logic. I will keep posted on our community please keep your eye's there for the update.
thank you for video , there is same option for building page in ghl with html ? thanks
HGL has it's own built-in page builder to design the landing page or website. So, you don't need to make the entire page with HTML.
@@ghlsaaskits must have these option , GHL is all about options and opportunities
Hi, in ghl forms we have a option called inline, but in surveys how can i bring two custom fields in one line. Please answer this, I will be very thankful to you.
Thanks for the comment. I will check this and let you know the update. Please keep your eye's on our community for the update.
I created a custom code form for vehicle make and model with html/ java and inserted in my form into this ghl form along with name and email and phone. I cant seem to get the information in the custom code to show up in my pipeline.
Hi there,
Thanks for your comment. If you use html/JS to build the form field then you will not see the input value into custom value because those custom fields that you created are not integrated with GHL. Mostly we use the custom HTML/JS element to re-design the form or add additional functions. All form fields should be created by using the available form builder elements. This way you can see the input into your GHL and can update your pipeline.
Thanks,
Sam
Do you have a custom code that will allow the form or survey to use Google AutoComplete of their address and parse them into the appropriate field in the GHL Form or Survey?
yes we have code snippets for GHL form
see the example here: ghlsaaskits.com/autocomplete
screenshot: share.cleanshot.com/Nzjb9wZl
Hello , I am trying to create a workflow to detect zip codes of all my leads. If the zip code is a number greater than or equal to a certain amount and less than or equal to another amount, I want to add a tag.
Can I achieve this with this custom code action?
Hi there,
Thanks for your comment.
I will check if we come come with the solution of this logic. I will keep posted on our community please keep your eye's there for the update.
@@ghlsaaskits Resolved!
i could resolved with code beta action, thks for your help, it was very useful
how to add code in the head of ghl website?
Inside the editor you will get this option to put the custom HTML/JS