Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
191 views
in Q2A Core by

Hi;

pages / register.php into ekliyorum Radio Button . but it turns out to be the text on the page.
I want to get sex information. Can you help ?
 
        'fields' => array(
            'Women' => array(
                'type' => 'radio',
                'label' => 'Women',
                'tags' => 'name="sex" id="sex"',
            ),
            'Men' => array(
                'type' => 'radio',
                'label' => 'Men',
                'tags' => 'name="sex" id="sex"',
            ),      
            'handle' => array(
                'label' => qa_lang_html('users/handle_label'),
                'tags' => 'name="handle" id="handle"',
                'value' => qa_html(@$inhandle),
                'error' => qa_html(@$errors['handle']),
            ),
.......
Q2A version: v1.7

Please log in or register to answer this question.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...