Hi Apollo,
Are the hidden fields defined on your form?
Hidden fields are now under Logic → Advanced → Hidden fields.
Also what is the form of the URL?
it should be
https://form.typeform.com/to/{form_id}#email=kiki@lol.com&order_id=1234
note the # that replaced the ?
Hey @picsoung, I’ve defined the hidden fields in Typeform. I have Company, Agent, Address and Auctioneer. All seem to be added correctly here. Here’s the URL:
https://auctionbookings.typeform.com/to/A3CpuKRY#company=xxxxx&agent=xxxxx&address=xxxxx&auctioneer=xxxxx
To create unique emails for thousands of customers following the above URL format, I’ve used a formula within Airtable to populate this. The formula I’m using is shown below.
"https://auctionbookings.typeform.com/to/A3CpuKRY#"& ENCODE_URL_COMPONENT('Agent')& '=' & ENCODE_URL_COMPONENT({Agent})& '&' &ENCODE_URL_COMPONENT('name')& '=' & ENCODE_URL_COMPONENT({Agent})& '&' &ENCODE_URL_COMPONENT('Address')& '=' & ENCODE_URL_COMPONENT({Address})& '&' &ENCODE_URL_COMPONENT('Company')& '=' & ENCODE_URL_COMPONENT({Company})& '&' &ENCODE_URL_COMPONENT('Salutation')& '=' & ENCODE_URL_COMPONENT({Salutation})& '&' &ENCODE_URL_COMPONENT('Auctioneer')& '=' & ENCODE_URL_COMPONENT({Auctioneer})
Here’s an example of the URL the formula created. A lot of the information is just placeholder whilst I run some tests, but regardless of that, it should pull this information into the Typeform, however it doesn’t.
https://auctionbookings.typeform.com/to/A3CpuKRY#Agent=Caitlyn%20Irwin&name=Caitlyn%20Irwin&Address=123%20Test%20Road%2C%20Example&Company=Apollo%20Auctions&Salutation=Caitlyn&Auctioneer=Caitlyn%20Irwin
I have this formula setup for a different Zap which links to a different Typeform and it works correctly. The only difference I’ve found is that the Typeform uses the classic builder. I’ve tried copying and pasting the formula used for that Zap and then updating the Typeform link part, but that isn’t working either.
Do you have any further suggestions based on the above?
Seeing a similar issue with typeform → zapier → slack
Hidden fields that are successfully passing from the url into the typeform are seen as ‘xxxxx’ in zapier?
Seeing a similar issue with typeform → zapier → slack
Hidden fields that are successfully passing from the url into the typeform are seen as ‘xxxxx’ in zapier?
Nevermind - it looks like a sales rep was duplicating and sending the typeform to prospects without the hiddenfield information!
Glad to hear it was an easy fix, @edoc34 ! Let us know if you need help with anything else.