I'm looking to edit a template to display something if a user has checked a Radio Button (custom field) in their UserCP.
So what I'm looking for is how I could do this:
Code:
<if condition="radiobuttonischeckedyes">
<script type="text/javascript">
<!--
window.location = "http://www.google.com/"
//-->
</script>
</if>
Any help would be greatly appreciated,
Thanks,
Danny.
--------------- Added [DATE]1256155121[/DATE] at [TIME]1256155121[/TIME] ---------------
BUMP - any help?
--------------- Added [DATE]1256165702[/DATE] at [TIME]1256165702[/TIME] ---------------
Anyone?