View previous topic :: View next topic |
Author |
Message |
ood -
Joined: 18 Nov 2006 Posts: 6
|
Posted: Sun Nov 19, 2006 4:28 pm Post subject: html form? |
|
|
how do i get my site and abyss to accept the method=post option?
<form action="http://24.226.43.14/vote.html" method="post" enctype="text/plain">
Name:<input type="text" name="dransik name" id="name" size="30" /><br>
rate your inductee 1 to 10 (1 = bad and 10 = good):<br>
<select name="rating" id="rating"><br>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option selected>10</option>
</select><br>
name of inductee and screenshot link<br>
<textarea name="inductee" id="improve" rows="5" cols="30"></textarea><br>
<input type="submit" value="Send" /><input type="reset" />
</form>
it is just a basic html. no script. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sun Nov 19, 2006 4:51 pm Post subject: |
|
|
You have to have some sort of script to process the input. Without it you can't do anything with any data submitted. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
|