They would be POST obviously. Otherwise they wouldn't be accessing
FORM.FIELDNAMES, it'd be URL.FIELDNAMES.
At 12:33 11/07/00, you wrote:
>what are the methods on these forms? get or post or a mixture between the
>two?
>
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, July 10, 2000 7:16 PM
>Subject: Re: Form.Fieldnames Missing
>
>
> > Okay noone on the talk list can figure this one out mayhaps one of you
>here
> > can. I know it's not a fusebox question but I can't get an answer from
> > "them".
> >
> > --K
> >
> > ====================
> > Katrina Chapman
> > Consultant
> > Ameriquest Mortgage
> > ----- Forwarded by Katrina Chapman/CORP/AMQ on 07/10/00 04:13 PM -----
> >
> > KChapman@amer
> > iquest.net To: [EMAIL PROTECTED]
> > cc: [EMAIL PROTECTED]
> > 07/10/00 Subject: Re: Form.Fieldnames
>Missing
> > 03:44 PM
> > Please
> > respond to
> > cf-talk
> >
> >
> >
> >
> > --------------------------------------------------------------Response to
> > response-------------------------------------------------------------
> >
> > I dont' think that's it because the it's missing on several different
> > forms. Here's the debugging info.
> >
> > 1st form
> >
> > BROKER_POINTS=0
> > BROKERPYA=0
> > CALCULATE_FOR=BrokerPYA
> > CALCVIAJS=
> > CATEGORY=
> > CLTV=0
> > COMMENTS=
> > CONFIRMPASS=
> > CREDIT_RISK=
> > EMAIL=
> > FAX=
> > FIRST=
> > HOW_HEAR=
> > LAST=
> > LOAN_AMOUNT=0
> > LTV=0
> > NEWPASS=
> > OC=
> > OTHER_CATEGORY=
> > OTHER_FINANCING=No
> > OTHER_FINANCING_AMOUNT=
> > PHONE=
> > PREPAYMENT_TERM=
> > PREPAYMENT_TERM_ID=1
> > SAVE_SCENARIO_NUM=1
> > STATE=1
> >
> >
> > 2nd form
> >
> > BANKRUPTCY=NO
> > BANKRUPTCYDATE=mm/dd/yy
> > BANKRUPTCYTYPE=
> > BROKER_POINTS=0
> > BROKERPYA=0
> > CALCULATE_FOR=BrokerPYA
> > CALCULATED=1
> > CALCVIAJS=
> > CATEGORY=
> > CLTV=0
> > COMMENTS=
> > CONFIRMPASS=
> > CREDIT_RISK=
> > CREDITSCORE=670
> > DEBTRATIO=35
> > EMAIL=
> > FAX=
> >
>FIELDNAMES=CREDITSCORE,DEBTRATIO,THIRTYDAYS,SIXTYDAYS,NINETYDAYS,ONETWENTYDA
>YS,NOD,RESCINDDATE,BANKRUPTCY,BANKRUPTCYDATE,BANKRUPTCYTYPE,CALCULATED,SUBMI
>T
> >
> >
> > FIRST=
> > HOW_HEAR=
> > LAST=
> > LOAN_AMOUNT=0
> > LTV=0
> > NEWPASS=
> > NINETYDAYS=0
> > NOD=NO
> > OC=
> > ONETWENTYDAYS=0
> > OTHER_CATEGORY=
> > OTHER_FINANCING=No
> > OTHER_FINANCING_AMOUNT=
> > PHONE=
> > PREPAYMENT_TERM=
> > PREPAYMENT_TERM_ID=1
> > RESCINDDATE=mm/dd/yy
> > SAVE_SCENARIO_NUM=1
> > SIXTYDAYS=0
> > STATE=1
> > SUBMIT=Calculate
> > THIRTYDAYS=0
> >
> > 3rd form
> >
> > BANKRUPTCY_TYPE_ID=0
> > BORROWER_LASTNAME=
> > BROKER_ID=112
> > BROKER_POINTS= .000
> > BROKER_PYA=
> > BROKERPYA=0
> > CALCULATE_FOR=Broker PYA
> > CALCVIAJS=
> > CATEGORY=
> > CLTV=0
> > CLTV_OTHER_FINANCING_AMT=
> > COMMENTS=
> > CONFIRMPASS=
> > CREDIT_RISK=AAA
> > EMAIL=
> > FAX=
> > FIRST=
> > HOW_HEAR=
> > INCOME_DOCUMENTATION=
> > INCOME_DOCUMENTATION_ID=
> > LAST=
> > LOAN=
> > LOAN_AMOUNT=0
> > LOAN_AMT=0
> > LOAN_PURPOSE_ID=
> > LOAN_STATUS_ID=6
> > LTV=0
> > NEWPASS=
> > OC=
> > OCCUPANCY=
> > OCCUPANCY_ID=
> > OTHER_CATEGORY=
> > OTHER_FINANCING=No
> > OTHER_FINANCING_AMOUNT=
> > OWNERS_ID=11
> > PHONE=
> > PREPAYMENT_PENALTY=0
> > PREPAYMENT_TERM=
> > PREPAYMENT_TERM_ID=
> > PREQUAL_NUM=000407
> > PRODUCT=
> > PRODUCT_ID=
> > PROPERTY_LOCATION=
> > PROPERTY_LOCATION_ID=
> > PROPERTY_TYPE=
> > PROPERTY_TYPE_ID=
> > PROPERTY_VALUE=
> > PURCHASE_PRICE=0
> > REQ_START_RATE=
> > RISK_CODE=A
> > RISKBANKRUPTCYDATE=
> > RISKBANKRUPTCYTYPE=
> > RISKBANKRUPTCYTYPEID=0
> > RISKCREDITSCORE=670
> > RISKDEBTRATIO=35
> > RISKNINETYDAYS=0
> > RISKNODRESCINDDATE=
> > RISKONETWENTYDAYS=0
> > RISKSIXTYDAYS=0
> > RISKTHIRTYDAYS=0
> > SALES_PRICE=
> > SAVE=Save
> > SAVE_SCENARIO_NUM=1
> > SCENE_LTV=0
> > SCENE_UW_TIME={ts '2000-07-10 15:40:45'}
> > START_RATE=0
> > STATE=1
> > STATE_ID=1
> > UW_BANKRUPTCY_RELEASE_DATE=NULL
> > UW_CREDIT_SCORE=670
> > UW_DEBT_RATIO=35
> > UW_MORTGAGE_HIST_120=0
> > UW_MORTGAGE_HIST_30=0
> > UW_MORTGAGE_HIST_60=0
> > UW_MORTGAGE_HIST_90=0
> > UW_NOD_RESCIND_DATE=NULL
> > YOUR_NAME=
> >
> >
> > If you notice only the second form sends the field.
> >
> > --K
> >
> > ====================
> > Katrina Chapman
> > Consultant
> > Ameriquest Mortgage
> >
> > ----------------------Response to Original
> > message-------------------------------
> >
> > There is a default field in EVERY form passed via coldfusion called
> > fieldnames, this contains a comma spliced list of all the fieldnames in
>the
> > form. Your code could be causing a conflict with this default field.
> > Would advise checking and renaming.
> >
> > Gregory Harris
> > Los Angeles ITA Dept.
> > [EMAIL PROTECTED]
> >
> > --------------------------Original
> > Message--------------------------------------
> > Is there a reason why the form.fieldnames field would not be passed in a
> > form?
> >
> > --K
> >
> > ====================
> > Katrina Chapman
> > Consultant
> > Ameriquest Mortgage
> >
> >
> >
> > --------------------------------------------------------------------------
>----
> > To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
> >
>
>------------------------------------------------------------------------------
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
Citizen Gold
Pope (second class), First church of Virtual Eris
Cold Fusion Application Coder
token net.goth
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.