The tooltips for my form show the field label before the tip. Is there a way to remove it?

Usability rules typically say to repeat the label of a field in the tooltip, so that is how BreezingForms has been set up. You can remove it with a hack though. To do so, open:

/administrator/components/com_breezingforms/libraries/crosstec/classes/BFQuickMode.php

 

Around line 1008 (build 856), look for this line:

 

$tipScript = '<script type="text/javascript"> <!--'."\n".'JQuery("#bfLabel'.$mdata['dbId'].'").qtip({ position:{adjust: { screen: true } }, content: "<b>'.addslashes(trim($mdata['label'])).'</b><br/>'.str_replace(array("\n","\r"), array("\\n",""), addslashes($content)).'"'.$style.' });'."\n".'//-->
</script>';

 

and change it to:

 

$tipScript = '<script type="text/javascript"><!--'."\n".'JQuery("#bfLabel'.$mdata['dbId'].'").qtip({ position:{adjust: { screen: true } }, content: "'.str_replace(array("\n","\r"), array("\\n",""), addslashes($content)).'"'.$style.' });'."\n".'//--></script>';

That should do it.

 

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!