How to create text input field in pyrocms ? I read this API http://docs.pyrocms.com/2.1/manual/field-types, but didn't understand how to create input field in my theme layout
I tried like this in my layout, output is nothing
This is my understanding, to use field_type
{{ field_type] : [function_name] [argument varisbales] }}
I tried like this on layout
{{ text:form_output name="test" }}
May be my understanding is wrong.
If anyone used this module, kindly share I have no past experience with Pyrocms
Thank you