When using the "Display Message", I mixed some php with HTML within the php tags
Why is this and how can I make it work?
Note that the caption of the "Display Message" says "Message code, HTML code with PHP code support, you may use the curly brackets formula, PHP code should be inside tags."
<?php mycode; ?>
but the result in the form is commenting the php code. Renders this: <!--?php mycode; ?-->
Why is this and how can I make it work?
Note that the caption of the "Display Message" says "Message code, HTML code with PHP code support, you may use the curly brackets formula, PHP code should be inside tags."