Hi all, am trying to add an html form to a lightbox with no success.
Here is my code:
<a href="service_form.php" rel="lightbox">
<input name='input' type='' class='btn-primary' value='Add a Service Tag' rel='lightbox'>
</a>
Note: I have been able to add an image with the same code and it works fine,so the code is working fine.
Am just having troulble adding a from to the ligthbox popup.