I tried searching for this, but found nothing, so here goes:
I need to specify certain names for input in a form. I am trying to do that in formbuilder, but I haven't been successful.
Here is what my inputs should look like:
Code: Select all
Prénom: <input name="Prenom" type="text" /><br />
Nom: <input name="Nom" type="text" /><br />
Jeu (optionnel): <br />
<input name="jeu" type="radio" value="magic" /> Magic<br />
<input name="jeu" type="radio" value="yugioh" /> Yu-Gi-Oh!<br />
<input name="jeu" type="radio" value="pokemon" /> Pokemon<br /> Is there any way to do that?
Here are my versions:
CMSMS 1.9.4.2
Formbuilder: 0.7
Thank you!



