Hi,
I'm fairly new to Backdrop so apologies for a basic question.
I have tried added some simple php to the body of a page using the edit tab and the source option, and using the full html editor.
When I save the page my <?php tag is comment out i.e. replaced with <!--?php.
What am I doing wrong?
Thanks.
You're missing the 'PHP filter' module which makes this possible. However this was removed from Backdrop core and I don't believe a replacement exists in contrib. This was for security reasons, so I think the recommended way to add custom PHP code is either via a module or theme function...