Hi I am looking for a way to position the submit button uniquely for two different webforms.
Thank you for your time and effort in advance great module.
Hi I am looking for a way to position the submit button uniquely for two different webforms.
Thank you for your time and effort in advance great module.
Comments
Comment #1
quicksketchYou can reposition the submit button wherever you like by theming the form. See the THEMING.txt file included with the module.
Comment #2
Road Kill commentedHi Quicksketch what I am asking is how to wrap a div on the submit button so that I can uniquely position the submit button on multiple webforms.
I have created a webform tpl and tried the following code with test as my div however this is not working just wanted to know if i am using the correct code to do this or if this is even the correct approach. I have searched high and low but have found very little on this or very vague suggestions, but I can not believe that this should be such a mountain of a task to achieve.
Thank you for your time and effort.
Comment #3
quicksketchYour code looks fine but there's no FormAPI property called "#test". You probably just need to change this to #attributes. See the Form API reference and check out the section on #attributes, which is probably what you want.