Dear Team,
I have a problem only in "Display Message"element on "Setup" tab.
I would like to use this code in the html message:
<?php if($form->data['radio49'] == 'kWh') { ?>
The problem: ">" sign from "$form->data" works as a closing tag and only in Display Message.
Could You help to me how to ignore ">" sign, please.
I have a problem only in "Display Message"element on "Setup" tab.
I would like to use this code in the html message:
<?php if($form->data['radio49'] == 'kWh') { ?>
The problem: ">" sign from "$form->data" works as a closing tag and only in Display Message.
Could You help to me how to ignore ">" sign, please.
Hi GESign,
The Display Message action does not support PHP - you can use a "custom code" action for running PHP code and html together.
Best regards,
Max
The Display Message action does not support PHP - you can use a "custom code" action for running PHP code and html together.
Best regards,
Max
This topic is locked and no more replies can be posted.