Hi,
Things were going so well with Web Builder Lite, I bought the software. Then I found problems.
When I test and publish my forms using S-Drive, they look and work perfectly. Awesome! However, when I export them (Manual Server Setup), two problems quickly arise...
1) The "Submit" button does not display. It is there and if I feel around for it, I can click on it and the form submits perfectly. It simply doesn't display. All I get is a blank area where the button should be.
2) After I submit the form, the "Confirmation Message" is displayed; however, it is displayed on a whole new page instead of just "in the form" like it does when tested on S-Drive. This requires the sender/user to hit the Back button which then displays the form still filled out as if nothing was submitted. Very confusing.
Has anyone else had this kind of problem? How do I resolve it?
Thank you very much. Looks like this will be a great program.
David
Things were going so well with Web Builder Lite, I bought the software. Then I found problems.
When I test and publish my forms using S-Drive, they look and work perfectly. Awesome! However, when I export them (Manual Server Setup), two problems quickly arise...
1) The "Submit" button does not display. It is there and if I feel around for it, I can click on it and the form submits perfectly. It simply doesn't display. All I get is a blank area where the button should be.
2) After I submit the form, the "Confirmation Message" is displayed; however, it is displayed on a whole new page instead of just "in the form" like it does when tested on S-Drive. This requires the sender/user to hit the Back button which then displays the form still filled out as if nothing was submitted. Very confusing.
Has anyone else had this kind of problem? How do I resolve it?
Thank you very much. Looks like this will be a great program.
David
Do you have your form on a page with another external css style sheet referenced?
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
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
A good reason to wait for a fully functional trial version to evaluate.
CoffeeCup... Yeah, they are the best!
@David - Yes I have had the same issue, if you look at the code of your form you will probably see something like this:
<input style="BACKGROUND-IMAGE: url(/../../../AppData/Local/Temp/FormBuilder/theme/default/images/btn_submit.png)"
id="fb-submit-button" class="fb-button-special" type="submit" value="Submit"
/>
It appears that when saving the form, the image path is the one on my pc, but not on the server.
I have seen this happen a couple of times...I will submit a support ticket on this.
<input style="BACKGROUND-IMAGE: url(/../../../AppData/Local/Temp/FormBuilder/theme/default/images/btn_submit.png)"
id="fb-submit-button" class="fb-button-special" type="submit" value="Submit"
/>
It appears that when saving the form, the image path is the one on my pc, but not on the server.
I have seen this happen a couple of times...I will submit a support ticket on this.
Jared Northey wrote:
@David - Yes I have had the same issue, if you look at the code of your form you will probably see something like this:
<input style="BACKGROUND-IMAGE: url(/../../../AppData/Local/Temp/FormBuilder/theme/default/images/btn_submit.png)"
id="fb-submit-button" class="fb-button-special" type="submit" value="Submit"
/>
It appears that when saving the form, the image path is the one on my pc, but not on the server.
I have seen this happen a couple of times...I will submit a support ticket on this.
@David - Yes I have had the same issue, if you look at the code of your form you will probably see something like this:
<input style="BACKGROUND-IMAGE: url(/../../../AppData/Local/Temp/FormBuilder/theme/default/images/btn_submit.png)"
id="fb-submit-button" class="fb-button-special" type="submit" value="Submit"
/>
It appears that when saving the form, the image path is the one on my pc, but not on the server.
I have seen this happen a couple of times...I will submit a support ticket on this.
We are trying to track this one down as well as I have seen this reported a few times but I cannot replicate it just yet. The only common factor I have found so far is Windows 7/64-bit. I am sure we will get it figured out though.
Luckily there is always S-Drive to publish too.

Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Scott, let me know if you think the FB file will help you any...or if any others as I am having the same issue...i know how to fix it on the page...but i will leave my form documents alone for now in case you need em...
Jared Northey wrote:
Scott, let me know if you think the FB file will help you any...or if any others as I am having the same issue...i know how to fix it on the page...but i will leave my form documents alone for now in case you need em...
Scott, let me know if you think the FB file will help you any...or if any others as I am having the same issue...i know how to fix it on the page...but i will leave my form documents alone for now in case you need em...
I don't think it is an issue with the .fb file. It has something to do with the program when it generates the markup. For some reason it is using the same HTML markup that you would see if you previewed the form in your browser.
I am sure the developers should be able to figure this out.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Sounds good! It doesn't do it all the time but seems like when you do more changing and saving...it tends to have a hiccup or two.
I have also seen this when I try to add a form background image as well. For some reason it will change the background image name.
For example:
form-bg.png - If I delete that and attempt to add it again, it comes out like this:
form-bg_1.png
And every time I change that it keeps marking it up _2, _3, _4...so I am not sure what is going on there.
I have also seen this when I try to add a form background image as well. For some reason it will change the background image name.
For example:
form-bg.png - If I delete that and attempt to add it again, it comes out like this:
form-bg_1.png
And every time I change that it keeps marking it up _2, _3, _4...so I am not sure what is going on there.
Hi,
I seem to be having the same problems as David, but for me it is the submit button, and my logo graphic.
I followed the instructions given by the web for builder and copied all the files to our server, and it can't find the graphics.
I have also put the logo graphics in the some folder as the html file, just to check, and the path to the logo looks correct.
There is no other style sheet reference.
Any ideas on what might be happening?
Here is a link to my testing form: http://www.onduty.com.au/Test/REGISTER.html
I seem to be having the same problems as David, but for me it is the submit button, and my logo graphic.
I followed the instructions given by the web for builder and copied all the files to our server, and it can't find the graphics.
I have also put the logo graphics in the some folder as the html file, just to check, and the path to the logo looks correct.
There is no other style sheet reference.
Any ideas on what might be happening?
Here is a link to my testing form: http://www.onduty.com.au/Test/REGISTER.html
Hi Amanda,
I see your submit button. But barley.
Lower right hand corner. It's only letters with no background.
Can you open your header image on your local pc ok. It has problems on the server.
http://www.onduty.com.au/Test/ON_DUTY_LOGO_FORM.jpg
I see your submit button. But barley.

Lower right hand corner. It's only letters with no background.

Can you open your header image on your local pc ok. It has problems on the server.
http://www.onduty.com.au/Test/ON_DUTY_LOGO_FORM.jpg
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
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
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.