By iceman42 on
I have a couple of email/contact us forms that I need to put some extra space between the different lines.
Example
Name: Me
Address: Somewhere
vs
Name: Me
Address: Somewhere
Is there a way to do this or do I have to create a template and feed the form submission there and handle it that way.
Comments
Two ways
Using Firebug on Firefox you could find the id and divs that target those fields and add space between them. OR you could try this module: http://drupal.org/project/arrange_fields which I found to be amazing. The only caveat to using the arrange fields module is that on certain themes the fields did not display correctly on IE. So just be sure to test that.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
this would be on the email
this would be on the email side, sorry if that was not clear. the email that comes into us on the form submission.
O.I.C.
Two other ideas: One is to format the email through a template. But I think there is a way to add hidden fields in Webform. Couldn't you add an invisible field between the sections and just fill it with HTML for a paragraph or a line break?
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
I will try that as I am not
I will try that as I am not familiar enough with the template setup to do that.
Well that looks like it
Well that looks like it effects the form as well and not the resulting email output.
I think I found it. phew.
I think I found it. phew. Under Administer > Content Management > Webforms > Edit (on the form you want) > Webform > E-mails > Edit > E-mail template. Bingo!