Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
quotes not working as expected
I have an article with the code:
<form method="GET" action='/tools/<txp:article_url_title />' >
The resulting HTML I get is
<form method="GET" action='/tools/survey-size-calculator‘ >
What is up? Is Textile interfering?
Offline
Re: quotes not working as expected
skewray wrote:
What is up? Is Textile interfering?
Most certainly. Try
notextile. <form method="GET" action='/tools/<txp:article_url_title />' >
Offline
Re: quotes not working as expected
Also, try to not put HTML code into your article content if possible. Try to put that into pages templates or forms templates instead – your future self will thank you for it.
Offline
Re: quotes not working as expected
Thanks. I was testing it before moving it into a form. Clearly I need to do this in the other order.
Offline
Pages: 1