Forum Activity for @gcuezy

alt=
@gcuezy
04/03/14 10:15:26AM
23 posts

Custom module form on any page?


Jamroom Developers

@michael

Forgive me if I'm being dense here. Are you referring to some global form templates as a part of the core?

I looked through some of a modules and the only one I could see that was related to forms was a button (on the actions module) that did an AJAX call to a module URL (where I assume a view was setup to return data).

The modules never seem to have form templates, at least not the ones sold as a bundle before launch.

Is there some take-precedence practice where I can put modName_create_form.tpl, or are you referring to doing something custom?
alt=
@gcuezy
03/31/14 06:12:36PM
23 posts

Custom module form on any page?


Jamroom Developers

Seems I can't add html to my post but I was referring also to the form tag with it's action attribute pointed at: {$jamroom_url}/user/login_save
alt=
@gcuezy
03/31/14 06:10:12PM
23 posts

Custom module form on any page?


Jamroom Developers

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
  3