Jun 2, 2021 9:37 AM
HI,
I would like to store the query string parameter value in the form data in a hidden filed.
For Ex :
https://insights.frost.com/cs_test?Source=Test
I want to store the value Test in my form submission data. Is this achievable. if so pls advice.
(i.e whatever folllowing ?Source=XXX must be stored)
Gelöst! Gehe zu Lösung.
Jun 2, 2021 9:49 AM
HI @SB21,
If you create a property with an internal name that exactly matches the parameter, HubSpot should pick up the information automatically.
Using your example, if you want to store the source, you'd have to create a custom property with the internal name "source", and HubSpot should pick up the value "Test" automatically if you include the newly created property as a hidden field in your form: https://insights.frost.com/cs_test?Source=Test
This tutorial by Align.ly is also a great overview.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Jun 9, 2021 5:44 AM
Hi @SB21,
This is currently not supported. If you want this kind of logic, you'd have to split this one field into two fields and create a dependent field: https://knowledge.hubspot.com/forms/use-dependent-form-fields
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Jun 9, 2021 5:55 AM
Is there any custom java script available to achive this by adding at Additional code snippets.
Jun 9, 2021 5:42 AM
HI,
I have got another query. I have got 5 check boxes in a landing page. If i check the last one all other opted must be unchecked and and if any of the first 4 is checked the last one must be un checked.
Jun 2, 2021 9:49 AM
HI @SB21,
If you create a property with an internal name that exactly matches the parameter, HubSpot should pick up the information automatically.
Using your example, if you want to store the source, you'd have to create a custom property with the internal name "source", and HubSpot should pick up the value "Test" automatically if you include the newly created property as a hidden field in your form: https://insights.frost.com/cs_test?Source=Test
This tutorial by Align.ly is also a great overview.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Jun 28, 2021 8:46 AM
@karstenkoehler Can we schedule form submissions to deliver to the inbox directly on a daily basis in hubspot ?
Jun 2, 2021 11:36 AM
Thanks it is working. Can we create a local field for every form. So that the value wont be overwritten. Because if the field is contact field it is getting overwritten every time.
Jun 2, 2021 11:40 AM
Hi @SB21, yes, you can multiple custom properties. There are limits as to how many you can create. You can learn more about product limits here: https://legal.hubspot.com/hubspot-product-and-services-catalog Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |