Well basically its a tutorial system where users can post their own. When they post their own, right below the message box I have made 3 radio buttons as per this image:
Just in case its needed, here's the template code (Of the neccessary part):
HTML Code:
<br />
<input type="radio" name="GNU" value="1" /> <b>Full Release</b> - Any site/person may use <b>and</b> edit your tutorial.
<br />
<input type="radio" name="GNU" value="2" /> <b>Partial Release</b> - Any site/person may use yout tutorial.
<br />
<input type="radio" name="GNU" value="3" /> <b>Not Released</b> - You only authorise The HMCS to use and make neccessary edits to this tutorial.
What I want is the choice the user makes to be saved along with the tutorial and its title, etc.
When they click the edit button, the choice they made should show up again, and when a user views the tutorial, I want an if-conditional to make one of three images show depending on the choice the author made.
For those last two all I need to know what it would be in the if... like <if condition="
$gnu=1"> sorta thing. If I know that I can make the templates.