Tagged: lightbox, template
How can I add this to a template? Im trying to do this:
<a href="#lightbox" rel="lightbox">LINK</a> <div id="lightbox"> <?php echo do_shortcode('[gravityform id="1" name="Contact" ajax="true"]'); ?> </div>
What am I doing wrong?