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

mcfilms’s picture

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

iceman42’s picture

this would be on the email side, sorry if that was not clear. the email that comes into us on the form submission.

mcfilms’s picture

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

iceman42’s picture

I will try that as I am not familiar enough with the template setup to do that.

iceman42’s picture

Well that looks like it effects the form as well and not the resulting email output.

iceman42’s picture

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!