Hi have used this code
thx in advance Peter.
<?php
JHTML::_('behavior.modal');
?>
<a class="modal" href="index.php?option=com_chronoforms&chronoform=Ask-Us&tmpl=component" rel="{handler: 'iframe', size: {x: 350, y: 250}}"><img src="images/content/ask-a-question.jpg" alt="ask us" style="float:left; border:none; margin-right:20px;" /></a>
to open a form in modal in K2 category description area, it works fine except for some reason it is generating " Powered By ChronoForms - ChronoEngine.com" in the pages Description Meta Tags, is there a way that I can add a rel="nofollow" to the form, I tried rel="{handler: 'iframe', size: {x: 350, y: 250}} nofollow" but the modal stopped working.thx in advance Peter.