|
|
#1 |
|
Admiral
![]() ![]() ![]() ![]() ![]() Join Date: Mar 2001
Location: Utah
Posts: 5,420
|
HTML maybe? Forms on a website, I'm a noob
I can't remember if it's HTML, CGI, etc., but I need to put a form on a website.
It'll be a poll/quiz of sorts, where the user picks a letter A to E and enters it in a space numbered 1 to 5. So, example 1. E 2. B 3. A 4. C 5. D 1) Would radio buttons or blank fields be better do you think? What code can I put in my HTML doc to handle this? I remember that it can either send you an email with answers or write to a text document. 2) Ideally, I would want to have the answers page auto-update after they take the poll/quiz. Is it possible for it to be "graded" then sorted in a list? Or am I moving into more advanced things like ASP, PHP, and all the other ones I don't know yet? I'll be happy if I can get question #1 answered Thanks for lookin'
__________________
And closer... |
|
|
|
|
|
#2 |
|
Admiral
![]() ![]() ![]() ![]() ![]() Join Date: Mar 2001
Location: Utah
Posts: 5,420
|
I found something like this:
<form name="input" action="html_form_action.asp" method="get"> Username: <input type="text" name="user"> <input type="submit" value="Submit"> </form> But where does the information go when they hit submit? ![]() |
|
|
|
|
|
#3 |
|
Admiral
![]() ![]() ![]() ![]() ![]() Join Date: Mar 2001
Location: Utah
Posts: 5,420
|
One last call I suppose... anyone?
|
|
|
|
|
|
#4 |
|
Captain
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Sep 2000
Location: You can’t get there from here, USA
Posts: 1,797
|
|
|
|
|