A scrolling area in an email form?

This is a discussion on "A scrolling area in an email form?" within the Web Page Design section. This forum, and the thread "A scrolling area in an email form? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 27th, 2008, 10:57
New Member
Join Date: Feb 2008
Location: solihull
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question A scrolling area in an email form?

Hi all, am new here and hoping for some inspiration!

I have a fairly complex email form to design that (amongst other data items) accepts a block of fields 5 across ( there is some cross-validation required between these fields).

field A / field B / field C / field D / field E

The number of occurrences of input of these fields cannot be readily defined - ie sometimes 6 sets maybe input, sometimes 30 maybe input, the client would rather not specify a maximum input occurrence.

Has anyone got any ideas how this can be designed in an email form? It would be ideal to be able to scroll part of the form.

Cheers, Swags
Reply With Quote

  #2 (permalink)  
Old Feb 27th, 2008, 12:35
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: A scrolling area in an email form?

Code: Select all
<div style="height:300px; width:50px; overflow:scroll;">

form content here

</div>
This will give you a scrolling layer in which to place your form content.

I hope I interpreted what you wanted correctly.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #3 (permalink)  
Old Feb 27th, 2008, 12:57
New Member
Join Date: Feb 2008
Location: solihull
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A scrolling area in an email form?

Hi Rob,

that seems to do the trick very nicely - thanx so much

Swags
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Form Email Bravo81 PHP Forum 10 Jan 21st, 2008 23:37
PHP email form not sending email Kurt PHP Forum 1 Oct 12th, 2007 04:26
Form submits to email via php, but email is blank!!?? DH1234 PHP Forum 2 Jun 18th, 2007 10:42
Help Me With My Email Form Please bruno89 Web Page Design 6 May 2nd, 2006 12:40
php email form djme PHP Forum 3 Jan 1st, 2006 22:06


All times are GMT. The time now is 17:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43