I have a form which users enter information on, including text fields and radio buttons.
This info gets submitted to a DB, which I can do no problem.
However, when the user logs in to make changes to their profile I can't get the radio buttons to populate as checked as per their original selections the first time they chose them.
So I can get these radio buttons to pull their info from my DB and let the user know which selection they made on that particular set of radio buttons...
Does anyone know a standard syntax I can use throughout all my radio buttons? I assume I need a "if" statement, but im lost! HELP!!!!!