In pop_profile.asp, the variable strMarStatus is mis-spelled. Here is the code(line #1108 Alpha 3):if strMarStauts = "1" then
strSql = strSql & ", M_MARSTATUS = '" & chkString(Request.Form("MarStatus"),"") & "'"
end if
should be:if strMarStatus = "1" then
strSql = strSql & ", M_MARSTATUS = '" & chkString(Request.Form("MarStatus"),"") & "'"
end if
In this case, the Marriage Status in the profile never gets updated when you submit.
*----*----*----*----*----*----*----*----*
"It's not how long you live that counts,
But how well you live."
*----*----*----*----*----*----*----*----*