Login
Login copied to clipboard
Login Placeholders and cache
I'm used to calling placeholders in formit uncached ([[!+email]]).
<input type="text" name="email" id="email" value="[[+!email]]" />
The login documentation (for example updateProfile: http://rtfm.modx.com/extras/revo/login/login.updateprofile) is using placeholders cached:
<input type="text" name="email" id="email" value="[[+email]]" />
Can somebody shed some light why placeholders in formit and login are used in a different way?
Regards,
pepebe
Should be an error in the docs and has to be changed there. Could you do that?