Hi,
I have a form with four fields User Name, Passcode, Password and Password Match. The user is selecting their user name from a dropdown list in the "User Name" filed. There is a lookup rule that then fills the "Passcode" field automatically with a password from the database (the Passcode filed is hidden). The user then enters their password into the "Password" filed and I want to return a value into the "Passcode Match " field of "Correct" or "Incorrect"
I have repurposed some code however I cannot get it to compare the data and return a result. What am i doing wrong?
Thanks