> So I changed my form to look like this, just for testing: > > <form action="test.cfm" method="post" name="d"> > <input type="hidden" name="field1" value="1"> > <input type="hidden" name="field2" value="2"> > <input type="hidden" name="action" value="myvalue"> > <input type="hidden" name=" odman" value="myvalue"> > <input type="hidden" name="testmethodman" value="myvalue"> > <input type="text" name="testfield"> > <input type="submit"> > </form> >
FYI, I've run into issues before by naming a form field "action". It conflicts with the "action" attribute of the form tag. I can't remember if it was browser-specific, and don't know if it relates to your issue, but you may want to change that and see what happens. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

