In pop_profile.asp look for the following 2 sections: case "EditIt" & case "ModifyIt"
If you take a look at the code at the top of those 2 sections you'll see the if/then statements that check to see if information is entered for the current required fields. You can just use the existing code as an example for making other fields required.
quote: In pop_profile.asp look for the following 2 sections: case "EditIt" & case "ModifyIt"
If you take a look at the code at the top of those 2 sections you'll see the if/then statements that check to see if information is entered for the current required fields. You can just use the existing code as an example for making other fields required.
OK Richard, I done that now but - Something i have done wrong. Look here: ======= Det blev något fel i dina inställningar (There was something wrong....)
Du måste ange ditt förnamn (You must write your firstname) Du måste ange ditt efternamn (you must write your lastname) Du måste ange ditt förnamn Du måste ange ditt efternamn
Återgå till inmatningen (Return and try again) =============== You see two line repets them self. How do I get the red little star indicating that the field are required? Cheers / Tomas