treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How To: Creating Tumblr Contact Form Using Contact Form 7 for WordPress?

  • I would like to create a contact form that mimics Tumblr's contact form. For a preview of Tumblr's contact form, click here.

    So, I know I need an image to create the "piece of mail" effect around the edges with some border-radius added for good measure. Then I need fields for a title, email, name, subject, and details. What I do not know how to do is create the evenly spaced lines while containing all of the information. I suspect it comes down to CSS and line height, but that is just my personal guess. Then I need a scroll bar for the "details" area, a "send" and "nevermind" button, and finally, a button that allows my visitors to attach a file.

    Any suggestions will be greatly appreciated. Thank you in advance!

  • It looks like a pretty standard form on a background, not really seeing what's so difficult here? Try looking with the Chrome web inspector (right click, inspect element) to see how they've done it.