Web form too large for iphone screen...
I'm working on using Coffee Cup's free version of the web form builder to add a pop-up e-mail form on my website. It works fine when viewing on the computer, but when I view it on my iphone, the web-form pops up, but goes off the screen, making it impossible to close or exit out of the go back to the site. Is there code I can input to fix this? Or code I can insert to make the form not pop-up on phone browsers all together, but still pop up on computers?
http://anna-be.com/tar-latour-trunk-show/
http://anna-be.com/tar-latour-trunk-show/
I altered the jQuery script that you place in the head of your page.
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"300px", height:"100%", maxHeight:"700px", fixed:false });
});
</script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"300px", height:"100%", maxHeight:"700px", fixed:false });
});
</script>
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
Eric, will this work for any CC pop-up form?
I'm getting tired of having to make long skinny forms since the pop-ups aren't responsive.
I'm getting tired of having to make long skinny forms since the pop-ups aren't responsive.

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
paintbrush wrote:
Eric, will this work for any CC pop-up form?
I'm getting tired of having to make long skinny forms since the pop-ups aren't responsive.
Eric, will this work for any CC pop-up form?
I'm getting tired of having to make long skinny forms since the pop-ups aren't responsive.

Yes, I'm using it on a form that I have popping up. It's not responsive. It's just held to 300px wide. I could probably write a script for screen size detection but I was hoping CC would have made a fix for this already.
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
...but I was hoping CC would have made a fix for this already.
I would think this would be important to a lot of us, let's hope it's in the works

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.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.