Problem with embedded form and parameters

Problem with embedded form and parameters

 Hello all,

I can pass a parameter to a form successfully when i call it directly:

http://creator.zoho.com/robbastiaansen/gpsopleiding-nl/#Form:Inschrijven?Test=hallo

In my form the field named Test is filled with the value hallo. Works great.

But when I try to do the same from my web page with the form embedded it doesn't work.

I have added the parameter to the URL in the iFrame. But I am afraid that I have the wrong syntax or something because the field is no longer filled with the value. See here:

<iframe width="100%" scrolling="auto" height="500px" frameborder="0" name="zoho-Inschrijven" allowtransparency="true" src="http://creator.zoho.com/robbastiaansen/gpsopleiding-nl/form-embed/Inschrijven/?test=hallo"></iframe>

I hope someone can let me know what the right way is to pass the parameter when using the form embedded.