Skip to main content

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?

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