Public Embedded form not displaying correctly
Hi
I am experiencing a bug with the embeded forms
I have two forms (we'll call them "order" and "thankyou") that I want to be able to embed, both publicly.
I created a test page and added the following code, to test the difference between the public and private Iframes (Code below)
The private and public order forms behave as expected, Ie when I am logged in they both display, When I am not logged in, only the public one displays, (the other prompts for login)
The private thankyou form displays as expected as well. Ie available when logged in, not available when logged out
The public thankyou form is not displaying correctly. When I am not logged in this one prompts for login (it should be public and not require login) When I am logged in this one acutally displays the order form!
I have double checked that I am using the Iframe tags from the correct places. Please help
Thanks
Lawrence
The website i am testing this on is http://www.languagekitchen.com/
Zoho says Private, thankyou form
<iframe height='500px' width='100%' name='zoho-Thank_You_For_Your_Interest' frameborder='0' scrolling='auto' src='http://creator.zoho.com/lawriemc/postage-and-ordering/form-embed/Thank_You_For_Your_Interest/y8Bdy6DdzbD1EM5HEJKfAgsBn2CZe7TRmkPdVmqWSnrvgb4RPzsFdDvM64xe12kjnp0vM4tQ8aHEQFWFmEQxnFKweG3Cfr27Rpmy/'></iframe>
Zoho says public thankyou form
<iframe height='650px' width='100%' name='zoho-Thank_You_For_Your_Interest' frameborder='0' scrolling='auto' src='http://creator.zoho.com/lawriemc/postage-and-ordering/form-embed/Thank_You_For_Your_Interest/'></iframe>
Zoho says private order form
<iframe height='500px' width='100%' name='zoho-Postage' frameborder='0' scrolling='auto' src='http://creator.zoho.com/lawriemc/postage-and-ordering/form-embed/Postage/'></iframe>
Zoho says public order form
<iframe height='549px' width='100%' name='zoho-Postage' frameborder='0' scrolling='auto' src='http://creator.zoho.com/lawriemc/postage-and-ordering/form-embed/Postage/5ee4FOE9p2mnrsCHCG88Hjpa50YBASa9SA05QyRAJDCpwZVqOUfB1D23DTxGRXJSxvE80ZOVtfJm5nfen8HCJruNWNGuRWj00m3b/'></iframe>