More Uses

Binder works excellently as a standard fieldtype, but you don't need to stop there.

Front-end Usage

Using binder on a frontend channel:form is really simple. If you had a field called my_binder_field, you'd just have code similar to :

{exp:channel:form}
	{field:my_binder_field}
{/exp:channel:form}

All you need is the {field:my_binder_field} and it'll do the rest.

Low Variables

Using Binder with Low Variables is just as simple as using Binder as a fieldtype. The same options are available, and on the front-end all the same tags are available. It'll look something like this :