I am using SQLFORM.factory to set several fields and a custom form setting a radio boxes like this:
<input type="radio" name="primary-email-choice" id="id_email_home_ch" value="Home" checked="yes"/> I want the code if form.process(formname='myinfo').accepted: to be able to check if "id_email_home_ch" is checked or not, but this id does not appear in form.vars How to do that?