[FormBuilder] Need to change "name" value in input
Posted: Sat Nov 16, 2013 12:38 am
Hi,
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:
I really need the precise name in order for the values to be saved in the database where the info is going.
Is there any way to do that?
Here are my versions:
CMSMS 1.9.4.2
Formbuilder: 0.7
Thank you!
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!