hi :icon_neutral: ,
I want to make a radio button checked if the form is already submitted. The form and output are on the same page. I have 2 (later more) radio buttons and i want the form to 'remember' the state of the button, e.g. insert a checked="checked" text in the form.
I tried 36 variations on this code:
<p><input name="cref" type="radio" value="http://games.allemaal.info/context-g4g-nl.xml"
<?php if ($_GET["cref"]=="http://games.allemaal.info/context-g4g-nl.xml") echo "checked="checked""; ?>/> Google for Games</p>
I keep getting syntax errors.
Any help appreciated :icon_confused: