Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form fields not passing on submit

Status
Not open for further replies.

ksaben

Programmer
Apr 12, 2001
4
US
This is embarrassing and confounding. I have a basic HTML form that submits to a second page. The form submits to the page, but the fields aren’t passed. Note that this is in a ColdFusion environment but the only CF code is after the form is submitted and fields are detected so while the CF application server may be part of the problem the code isn’t. The CF debugging shows that the fields just aren’t there, not that values are empty but the fields don’t exist period.

To make this even more bizarre, the form originally worked but suddenly stopped (no change to code- it was after it was in production environment). Thinking it’s an IIS setting but haven’t encountered before. I've looked over the HTML and it looks to be in order- no missing tags etc.

Please help!!!

TIA,
Kristy
 
there's only one thing you can do here - view > source, post code. any other questions would be better answered in the CFM forum. the only thing i can think of is that you're closing your form before any input fields.

*cLFlaVA
----------------------------
[tt]your mom goes to college[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[banghead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top