Radio button not working when 'required'?
-
This is rather curious, and confounding. Look at how the following lines of code, especially the two ones on ‘Gender’:
<p>Full Name (required)<br /> [text* name] </p> <p>Gender (required)<br /> [radio* gender "Female" "Male"] <p>Gender (required)<br /> [radio gender "Female" "Male"] <p>Mailing Address (Street, City/State, Zip Code required)<br /> [textarea* address x6] </p> <p>Email (required)<br /> [email* email] </p>
…show up on the page: https://renovarhempstead.com/solicitud-de-empleo/
Why is it that when radio is required with the *, it doesn’t show up? As you can see, it works fine for the others.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Radio button not working when 'required'?’ is closed to new replies.