Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION html form with post method
#1
Hello and sorry for the Smile simple Smile question. I am a newbie so ... Can anyone suggest me how to create my own form? I have code :
Code:
<form id="form" name="form_name" action="#" method="POST">
<input type=radio name="sth" value=1 >1 <br>
<input type=radio name="sth" value=2 >2 <br>
<input type=radio name="sth" value=3 >3 <br>
<input type=submit value="GO 1" onclick="document.getElementById('form').action='go1.php';" >
<input type=submit value="GO 2" onclick="document.getElementById('form').action='go2.php';" >
...
And how to create go1.php and go2.php files in GS ?
Where can I use '$_POST['sth']' in GS?
Do I have to create a plugin?
Any ideas, tutorials or manual guides ?

Thx
Reply


Messages In This Thread
html form with post method - by pewu - 2014-09-30, 23:14:41
RE: html form with post method - by pewu - 2014-10-01, 05:31:00
RE: html form with post method - by beaksdale - 2014-10-08, 00:30:19
RE: html form with post method - by shawn_a - 2014-10-08, 00:48:42
RE: html form with post method - by beaksdale - 2014-10-08, 02:07:44
RE: html form with post method - by shawn_a - 2014-10-08, 03:05:50



Users browsing this thread: 1 Guest(s)