The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Presenting the results of question as a table

3 posters

Go down

Presenting the results of question as a table Empty Presenting the results of question as a table

Post by themanwithnoplan Tue 17 Jan 2012 - 20:38

Heya,

I'm trying to get the results from this code to show up in a table when the user presses the submit button.

<html>
<head>
<font size="5">Review A member</font>
<title>Review your experience</title>
</head>
<body>
<form>
<br/ >Your Username <input type="text" name="firstname" />
</form>
<form>
<input type="radio" name="good" value="Good" /> Good<br />
<input type="radio" name="neut" value="Neutral" /> Neutral<br />
<input type="radio" name="bad" value="Bad" /> Bad
</form>
<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
Enter your review here...
</textarea><br>
</form>
<br /><form name="input" action="**********" method="get">
Seller/traders Username: <input type="text" name="user" />
<input type="submit" value="Submit" />
</form>
</body>
</html>

-Thanks!
avatar
themanwithnoplan
New Member

Posts : 7
Reputation : 1
Language : english

Back to top Go down

Presenting the results of question as a table Empty Re: Presenting the results of question as a table

Post by Light Elf Thu 19 Jan 2012 - 17:39

It is possible with javascript and PHP also, but since forumotion doesent support PHP then you can do it only with javascript.
Light Elf
Light Elf
Forumember

Posts : 144
Reputation : 11
Language : English

Back to top Go down

Presenting the results of question as a table Empty Re: Presenting the results of question as a table

Post by Mike Fri 20 Jan 2012 - 23:06

You'd need a database with PHP, which forumotion doesn't have... So it's not possible... HOWEVER: You can use an online form system like polldaddy.com which will show you results, aswell as your users.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum