The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Form Builder multiple pages not working with iFrame - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Form Builder multiple pages not working with iFrame (/showthread.php?tid=1928) |
Form Builder multiple pages not working with iFrame - mrGarvin - Mar 1st, 2012 Hi. I'v noticed a problem with Form Builder when using iFrames to show the form for users. I have a form with multiple pages/steps. For some reason the continue button makes the page reload instead and all data is lost. It does not move to the next page. When using the page on its own all works fine. The problem occurs with Explorer 8 in Windows XP. The html I used is this: Code: <iframe width="100%" height="1000" frameborder="0" src="http://xxxxx.xx/FormTools/modules/form_builder/published/statsvet2012.php"> RE: Form Builder multiple pages not working with iFrame - Ben - Mar 2nd, 2012 Hi Peter, I'll check this out tomorrow too. This is a strange one... I can't see why that would occur. Is the iframe and the parent window on the same domain + subdomain, or totally different? - Ben RE: Form Builder multiple pages not working with iFrame - mrGarvin - Mar 5th, 2012 (Mar 2nd, 2012, 12:43 AM)Ben Wrote: Hi Peter, They are on totally different domains. My university uses Polopoly to generate the pages so I can't integrate it in any other way (very closed environment). It works well on other platforms/browsers than Windows XP and Explorer 8. But it's no biggie for me since I linked the form instead to avoid problems. Even though it "jumps" out of its conference context which isn't optimal. I've put up a test on a page just so you can see it in action and look at the HTML in the background if theres a problem with any server side scripts. http://lnu.se/institutioner/institutionen-for-pedagogik-psykologi-och-idrottsvetenskap/konferenser/Test The page itself resides on: http://peddan.se/FormTools/modules/form_builder/published/test.php |