Max,
is it somehow possible to have the email message containing conditional information?
I.e if the form entry x is "ABC" then the message should contain the line: x = abc
if x is empty, then the line shall not appear in the message
Any possibility to add some PHP or HTML code inside the message settings?
Hi kraadde
You can use a PHP action, build your content then call {var:php_name} in the Email action body
OR
You can use an HTML view and enable the PHP behavior, build your content, place the HTML view inside an Output Buffer action and lastly call the {var:ouput_buffer_name} in the Email action body
