HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
A return between the data in the HTML output
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
ranr



Joined: 13 Dec 2004
Posts: 1

PostPosted: Mon Dec 13, 2004 2:17 pm     A return between the data in the HTML output Reply with quote

I'm creating a form with a submit button:

Something like this:

name: <input type="text" name="name" />
phone: <input type="text" name="phone" />
email: <input type="text" name="email" />

<input type="submit" value="Submit" />

the output is something like:

name=John Doe
phone=123-456-7890
email=jdoeatanywhere.com

I would like to have it displayed like this instead:

____________________________

name=John Doe

phone=123-456-7890

email=jdoeatanywhere.com

Question: How do I get a line and 1 or 2 line breaks in the output that would be displayed and sent via email? Using Lotus Notes and IE 5.5 I'm trying to get the a return between the name, phone and email data. Also, a couple of returns would not run the output data into the emailer's tag line.

Thanks

Randy
romeonate



Joined: 16 Dec 2004
Posts: 16

PostPosted: Fri Dec 17, 2004 12:41 pm     Reply with quote

if you are just using the "mailto" method of getting the information from the form, you can add "hidden" fields in between each of the input fields.

Code:

<input type="hidden" name="-">


That should put a "-" between each line.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial