I want to have my gravity form open in a lightbox.
My site is simplesites2go.com
This code works:
<a href="#fancyboxID-1" class="fancybox {width:800,height:675}" >Click here to enter your details</a>
although it does not make the dimensions of the lightbox bigger as specified. Any ideas why?
What I REALLY want to do is have it open using a form button. However, this does not work:
<FORM METHOD="LINK" ACTION="#fancyboxID-1" class="fancybox">
<INPUT TYPE="submit" VALUE="Click This Button">
</FORM>
How do I get the form button method to open the lightbox and also resize the lightbox to my specifications?
Thanks!