CakePHP-Configuration-Plugin
CakePHP-Configuration-Plugin copied to clipboard
Save default value behind formfield ?
Hi,
Is it possible to save a default value behind a formfield or so ? Like you have a URL foo.tld but you want to be able to add a trailing slash when people forget one.
to it's saved as http://foo.tld/
instead of
http://foo.tld
Would be nice to know.