I noticed the how-to on adding a login form to any template. I'm curious, can this be applied to any module, given that the fields match up?
For the project I'm beginning, I'm not a fan of having a separated 'admin' page for each add/update of my items (basically trying to make a single-page app here).
These top three lines seem to say that I could theoretically point it to whatever module I want and to that modules save/update url and have it work out okay:
{jrCore_form_create_session module="jrUser" option="login" assign="token"}
updated by @gcuezy: 05/04/14 05:47:25AM