Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2021-01-07 17:11:13

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

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

Board footer

Powered by FluxBB