Hello @Pablo,
maybe a stupid question, but I can´t find it...
I would like to have radiobuttons to be checked by php.
Therefore I created a form and added into that form two radiobuttons rb1 value = 'rb_name1', rb2 value = 'rb_name2'.
Both are member of the same group 'rb_group'.
If one is on the other is off. This works fine in the browser, but checking in PHP
isset($_POST['rb_name1']) always returns that 'rb_name1' (or 'rb_name1' or 'rb_group') is not present.
Do you have a description how to do this properly?
Thanks, Martin
Radiobuttons and PHP
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Radiobuttons and PHP
Radio buttons are standard HTML functionality, so any code that works with standard HTML also works with WWB.
-
-
- Posts: 47
- Joined: Thu Oct 04, 2018 3:04 pm
Re: Radiobuttons and PHP
Shame on me, I had a typo 
