Solved

URL Parameters Not Supported with Embedded Form?

  • 24 February 2021
  • 2 replies
  • 59 views

I have a form that uses URL parameters to prepopulate fields, using getQueryStringParameter.

 

When I simply publish the form using the URL, this works fine.  But when I try to use the same technique with an embedded form and add those URL parameters to the src parameter of the iframe tag, it says "The form is Unavailable".

 

Is there a trick to getting this to work?

icon

Best answer by Jake 25 February 2021, 10:00

View original

2 replies

Userlevel 5
Badge +13

Hi @msalamon,


 


The query string parameters look at the browser level URL of the overall site and not the embed code its self, To use the query string parameters for embedded forms you need to add the string to the full site URL, see below as an example.


 



 

Jake, that makes sense.  Thanks for the quick reply!

Reply