Page 1 of 1

form forward not working

Posted: Mon Aug 22, 2011 4:30 am
by naveendk.55
[text]

Below code is not forwarding the action to codetesting.php. Please help

[/text]

Code: Select all


<html>
    
    <head> 
    
    </head> 
        
    <body>
    
        <form  method="post" action="codetesting.php"> 
            
<select name="Para">
    
<option value="Yes"> Yes </option>
<option value="No"> No </option>
<option value="NA"> NA </option>

</select>
      
        </form> 
    
   <input type="submit" name="submit" value="Submit"> 
        
        </body>
        
</html>



Re: form forward not working

Posted: Mon Aug 22, 2011 4:45 am
by phphelpme
We need more details as the form above will forward your select value to the form but it depends on the codetesting.php script as to how it is handling it.

You say it wont forward so are there any error messages appearing? what service are you using to host this? what is the extention of your pages? have you included everything in your page of coding and we would need to see your codetesting.php anyway as the form above would work just fine.

Best wishes