Ok, 

I'm trying not to bug everyone to death on newbie Qs. I'm sure this is super
simple...

I am inserting a cf form into the SQL table, which is working, until it
hangs now with my javascript validation before submit.

ERROR:

Error Diagnostic Information

Field name not found in the specified table.

Table = 'buyers' Field = 'SUBMIT'

Data Source = "4dra"

SQL = "" 

Data Source = "4dra"


I can remove the "SUBMIT" name, but then the javascript errors...because it
uses the field name to check. I guess I could add a field in the table for
submit, but that seems silly. Here is the javascript:

function verify(val){
if (val <= 7499) { 
alert("Your total Credit Card Debt must be at LEAST $7,500 to qualify");
document.frmForm.totalamount.focus();
} else { 
document.frmForm.Submit.disabled = false;
} 
}

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to