Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-02-2009, 04:22 AM   PM User | #1
aufde
New to the CF scene

 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
aufde is an unknown quantity at this point
HTML form saved to Excel Document

What would I need to add to a form in HTML to have it saved to an Excel Document when it is submitted? I want each <input type="text"/> to be put on the same line, then the next person to fill out the form goes on the next line.

This is what I have so far, and I have no idea how to get it to link with an Excel Document.


<html>
<head>
<title>Please Sign In</title>
</head>
<body>
<h2>Please Sign In</h2>
<form>
Name: <input type="text" name="name" value="" size="20"/><br/>
Date: <input type="text" name="date" value="" size="20"/><br/>
<input type="radio" name="inout" id="in"/> In <br/>
<input type="radio" name="inout" id="out"/> Out <br/>
<input type="submit" value="Submit" size="20"/>
</form>
</body>
</html>



For the radio buttons, would it be possible to have an In column and an Out column in the excel sheet and whichever is selected would put an X in that column?

Thanks in advance for any help.
aufde is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 10:54 PM.


Advertisement
Log in to turn off these ads.