Web Form Randomly Cuts Off - Post ID...

User 2421629 Photo


Guest
3 posts

I've created a form in Web Form Builder Lite which, when posted online, cuts off the bottom occasionally - just at the end before the Captcha and Submit button. It does not always do this, but it forces the user to reload and start all over again. It doesn't seem to fit any kind of pattern (type of browser, for example). Some people never have an issue, while others have had it happen multiple times.

It is embedded in an .html file which can be seen separately (per the URL provided) but is usually seen in a table on another page. The issue has cropped up regardless of how it is viewed. When I viewed the form directly via the URL provided, it did indeed cut off.

Any ideas?


http://www.shadowshaunt.com/SignUpForm_2013.html
User 187934 Photo


Senior Advisor
20,271 posts

Are you using any conditionals?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2421629 Photo


Guest
3 posts

No, not that I'm aware.
User 1948478 Photo


Senior Advisor
1,850 posts

Did you try with the form placed on a properly complete html page, with doctype, <head> section and <body> section?
The 'page' you have it on now contains none of the required structure for an html page. It starts with a <style> tag and ends with a closing </script> tag...
Also, you seem to have a number of spaces in your form name. Spaces are to be avoided in file names since they can lead to some unpredictable effects. Replace the spaces with underscores or dashes.
User 187934 Photo


Senior Advisor
20,271 posts

Good catch Per. That's probably the issue.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2421629 Photo


Guest
3 posts

Since my coding skill are weak, I ended up discarding a separate html page and had users link directly to the form online. That should do the trick. My thanks for your help!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.