Hi :-)
The plugin seems to work fine, but the form appears in a window with scrollbars on the right, as you can see here:
http://www.mediafire.com/imageview.php?quickkey=mzmmtn4zvzu&thumb=5
Looking at the code of the page, there is an inline style for #smcf-container with an height value of 200px:
element.style {
height:200px;
left:407.5px;
position:fixed;
top:15%;
width:450px;
z-index:1002;
}
If I change it to 100% using firebug, I get the full height. How can I solve?
Thank you for your work and sharing!