Jump to content

Code help for Fabrik


muayadalyasin

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/276381-code-help-for-fabrik/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.