Forums

Add a rel="nofollow" to form

petergoeswest 14 May, 2013
Hi have used this code
<?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.
GreyHead 14 May, 2013
Hi peter,

You can add a rel='nofollow' attribute to the form tag using the Form Tag Attachment box on the form General tab (click the form name link in the Forms Manager to open it).

Bob
This topic is locked and no more replies can be posted.