I would like to present a BreezingForms form in a popup using LightBox. Can I do that?

Yes, you can.

Add the code below into the index.php of your template -- let's say as the very first line:

 

<?php JHTML::_( 'behavior.modal' ); ?>

 

For index.php files that consist of PHP only, (e.g. YooTheme templates), then use this

JHTML::_( 'behavior.modal' );

 

Then you can add a link to any of your pages like this:

 

<a href="http://yourdomain.com/index.php?option=com_breezingforms&ff_name=FORMNAME&tmpl=component" title="My Form" class="modal" rel="{handler: 'iframe', size: {x:570,y: 200}}">My Form</a>

 

Replace yourdomain.com with your domain (and also use https if you are using it instead of http), then FORMNAME with the name of your form and use the x and y values to define the size for the modal window.

(If it does not work using that code, try changing index.php to index2.php.)

 

Special Offer

Sale! All subscriptions at a special price!

Includes prio support, all of our current and future Joomla!® extensions and Joomla!® templates for the duration of your membership.

Get it from here

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our subscription plans.

How to receive the discount:

Send us a quick email to sales@crosstec.org with a proof of purchase (for example a paypal receipt), await payment instructions and enjoy your membership!