in reply to Form post with Coldfusion
Be:<input type="radio" name="KompressorVote" value="220"> <input type="radio" name="KompressorVote" value="221"> <form action="results.cfm" method="post" name="KompressorPollsForm" id +="KompressorPollsForm"><input type="hidden" name="kact" value="">
As stated before, and HTTP POST is an HTTP POST. If you send it correctly to "results.cfm", it doesn't matter how it was generated. "results.cfm" should access the values like all good CFM scripts do.<form action="results.cfm" method="post" name="KompressorPollsForm" id +="KompressorPollsForm"> <input type="radio" name="KompressorVote" value="220"> <input type="radio" name="KompressorVote" value="221"> <input type="hidden" name="kact" value=""> </form>
|
|---|