Web Form size
I am putting out a web form and experimenting with two different alternatives. If I link to the generated php file directly, a new page pops and the firm is displayed in its entirety on that page. However, if I add the code to my own page that is recommended when I export the form manually and click on the link generated, the form pops in a pop up window, but is cut short height wise. I would like to change the size of the window since I am concerned that the users will not see that the form needs to be scrolled down to submit and will not complete it correctly.
Is there a way to alter the size of the pop-up window to handle that form?
Is there a way to alter the size of the pop-up window to handle that form?
Do you have a link so we can see what you are describing?
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.
Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
In the iframe popup code that the form builder generates, increase the height to 100%.
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
Yes, the page is located at www.bysa.org/Forms/bysa email request.shtml.
Regarding increasing the size, in which file would I find that code?
Regarding increasing the size, in which file would I find that code?
Can you give a working link?
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"670px", height:"80%", maxHeight:"513px", fixed:true });
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
Let me try that link again.
http://www.bysa.org/Forms/bysa%20email%20request.shtml
And click on the link below the text.
http://www.bysa.org/Forms/bysa%20email%20request.shtml
And click on the link below the text.
Alter the form pop script.
Change the height:"90%" to 100%
Change the height:"90%" to 100%
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"670px", height:"100%", maxHeight:"848px", fixed:true });
});
</script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"670px", height:"100%", maxHeight:"848px", fixed:true });
});
</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
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.