muayadalyasin Posted April 1, 2013 Share Posted April 1, 2013 Hi everyone, I have been trying for days to figure this out and no one seems to know how I use Fabrik on a Joomla website, and I use a template to generate emails once a form is created. Which all works great. What I want to do is change the code so that if someone goes to edit a form and changes the value of an element, for that element on the email be in Bold. Here is the code I use to call the element to email if it has a value. Does anyone know how I can change the code to to tell it to be in Bold if the data is new? if ($_REQUEST['act_sales_order_sheet___charger_quanity']) echo '<tr><td># of Chargers:</td><td>{act_sales_order_sheet___charger_quanity}</td></tr>'; Any help would be greatly appreciated. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/276381-code-help-for-fabrik/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.