Hey all. I could use a little guidance in how to approach this problem I'm having=)
I have used the form designer to create all the fields I need and am able to navigate to: http://www.MYSITE.com/createissue/create
The form is there, but now what I need to do is take 4 fields at a time and place them in a nice javascript slider. creating jrCore_form_field_elements.tpl in my skins directory overrides exactly as one might hope, but that also is going to effect every form on my site which I don't want. I need it to only effect the "xxCreateIssue" module's form.
Also, I need to be able to wrap a div around every 4th field so the slider is able to place them properly, which I presume I would have to override the php function that calls the form_field_elements.tpl file in a loop (somewhere).
I hoped it might be as simple as placing skins/MyTemplate/xxCreateIssue/form_field_elements.tpl, but no go on that one either.
Any direction on what I need to do to have it call a different .tpl file for form_fields and how it loops through each field would be wonderful. I've spent some time on this and can't find anything in the documents.
Thanks!
updated by @rsandnes: 05/12/16 09:26:30AM