Strange Behaviour

User 2575471 Photo


Registered User
10 posts

Hi,

I have placed my Form in a Carousel on my website and when you initially open the website:-

http://thebriars.net.au/nat1

the Carousel does not open in the home position like it should but rather in some half way position. After going to the website and clicking on the Testimonials Menu it will start to work correctly.

Removing the generated code that I inserted into the website for the form and the problem disappears.

I'm using WFB 2.4 Build 5318 and I've used the Manual Form Setup method.

The inserted code is below:-

<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"aabs_contact_form1.php" + window.location.search + "\" width=\"452\" height=\"549\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"aabs_contact_form1.php\" title=\"aabs_contact_form1\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe width="452" height="549" style="border:none; background:transparent; overflow:hidden;"
id="fb_iframe" src="aabs_contact_form1/aabs_contact_form1.html">
&lt;a href="aabs_contact_form1.php" title="aabs_contact_form1"&gt;Check
out my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript>


TIA

Greg
User 187934 Photo


Senior Advisor
20,271 posts

Your html seems to have some stray code in it.
=""

<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"aabs_contact_form1.php" + window.location.search + "\" width=\"452\" height=\"549\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"aabs_contact_form1.php\" title=\"aabs_contact_form1\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe width="452" height="549" style="border:none; background:transparent; overflow:hidden;"
="" id="fb_iframe" src="aabs_contact_form1/aabs_contact_form1.html">
&lt;a href="aabs_contact_form1.php" title="aabs_contact_form1"&gt;Check
out my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript>


If that doesn't solve the problem give this a try.
<iframe width="452" height="549" style="border:none; background:transparent; overflow:hidden;"
id="fb_iframe" src="aabs_contact_form1/aabs_contact_form1.html">
</iframe>
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 2575471 Photo


Registered User
10 posts

Unfortunately both of your suggestions have not solved the problem.

Greg
User 187934 Photo


Senior Advisor
20,271 posts

Let me check it out again. There's probably a conflict.
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 187934 Photo


Senior Advisor
20,271 posts

I'm not getting any script conflicts loading into the console. If you remove the iframe code does the slider work?
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 2575471 Photo


Registered User
10 posts

If you remove the iframe code does the slider work?

Yes, works like a dream.

Also works with the iframe code if you press a few of the menu items. It seems to then get in sync. The problem is only when you first go to the website.
Greg
User 2147626 Photo


Ambassador
2,958 posts

When I brought up your form I noticed you had the FOCUS set on the first field. Take that focus off and see what happens...:/
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 2575471 Photo


Registered User
10 posts

When I brought up your form I noticed you had the FOCUS set on the first field. Take that focus off and see what happens

I don't have an option in the software to turn it off. Only to set which of the 6 "screens" is the starting point.

Greg
User 2147626 Photo


Ambassador
2,958 posts

I'm talking in the web form builder. When you built your form you had the option to set focus to a specific field and obviously (I think) set it to that first field. You'll have to go back to the WFB to remove the focus and then re-export your WFB files. When you have your form up in WFB go to the FORM OPTIONS and look for the Auto focus and make sure it is set to OFF.
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 2575471 Photo


Registered User
10 posts

I'm talking in the web form builder. When you built your form you had the option to set focus to a specific field and obviously (I think) set it to that first field. You'll have to go back to the WFB to remove the focus and then re-export your WFB files. When you have your form up in WFB go to the FORM OPTIONS and look for the Auto focus and make sure it is set to OFF.

All done, but no difference.

Greg

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.