I have a simple form in a template: <form method=”get” action=”/our-science/scholarly-publications”> <label for=”q”>Search:</label> <input id=”q” type=”text” size=”50” name=”q” value=”{q}”/> <input type=”submit” value=”Go”/> </form>
The value for {q} could be: townsend “gamma ray”
When this form renders with that quoted value the input element I get: <input id=”q” type=”text” ray”“=”” gamma=”” value=”townsend ” name=”q” size=”50”>
Any way to make this behave? - EL
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.