<DEFANGED_cfinput
name="txtLogin1" type="text" size="15" tabindex="1" required="yes"
message="Para autenticarse usted necesita de un nombre de usuario."
passthrough="class=""LetraForm""">
</SNIP>
<SNIP>
<cfset UserId=MyUser.GetUserId(form.txtLogin, form.txtPass)>
</SNIP>
<SNIP>
"Element TXTLOGIN is undefined in FORM." it's not true.
</SNIP>
<SNIP>
A) Check that your form fields are spelled correctly.
</SNIP>
Looking at your form code, the cfinput is named "txtLogin1", but you use "form.txtLogin" for the GetUserID call.
Aaron
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

