
 Cybernanar Spigolo - 2006-09-20 23:13:04
hello Manuel , 
i am tring the following
		$subscription->AddInput(array(
		"TYPE"=>"radio",
		"NAME"=>"no_email",
		"CHECKED"=>1,	
		"VALUE"=>"0",
		"TABINDEX"=>"21",
		"ID"=>"yes_emailing",
		"LABEL"=>"<font color=green>$_YES</font>"
	));
but my radio button is not checked. What am i doing wrong ?
thanks
bernard