Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Forms with strange behavior
Please try PHP in forms called from a restricted article’s body in 4.8.5. Say
<!-- test form -->
<txp:php>echo 'form';</txp:php>
<txp:yield />
<!-- body -->
<txp::test>
<txp:php>echo 'body';</txp:php>
</txp::test>
should produce form body
in an admin article, and form + php error
in debug mode in freelancer articles.
Offline