Hi,
In a form with formbuilder, I would like someone to help me to achieve this required text field if radio button "other is checked / filled" please. With a UDT or js in advanced setting..
I can pay 30$ for the person who will help me get this working.
Here is the form description :
Name*: ------------------
E-mail*: ------------------
Téléphone: ------------------
Adresse: ------------------
How did you know this website?
* Internet, search engines
* Pub TV, radio
* Press
* Other: -------------------------
Send
id of the radio button "other" into the radio buttons group : input #fbrp_45_1_2
id of the text field required if other radio button is filled : input #fbrp_44
Thank you.
[FormBuilder] radio buttons group + text field "other" help with a UDT or js
Re: [FormBuilder] radio buttons group + text field "other" help with a UDT or js
Hi Bruno,
Struggled with the same problem a while ago but finally got it to work.
Have a look at this form: http://83.98.128.43/~duran/index.php?pa ... k&hl=en_US
Is this what you are looking for?
Struggled with the same problem a while ago but finally got it to work.
Have a look at this form: http://83.98.128.43/~duran/index.php?pa ... k&hl=en_US
Is this what you are looking for?
Re: [FormBuilder] radio buttons group + text field "other" help with a UDT or js
Yes it is exactly the same problem!:) '<--- Please enter a value for "Other Profession" 'gdur wrote: Hi Bruno,
Struggled with the same problem a while ago but finally got it to work.
Have a look at this form: http://83.98.128.43/~duran/index.php?pa ... k&hl=en_US
Is this what you are looking for?
Thanks
Re: [FormBuilder] radio buttons group + text field
Hi
you might want to see my solution if you didn't find any yet.
http://demo.i-arts.eu/index.php?page=test
Note that form isn't styled
, i have set up 2 radio buttons, the "option2" shows a hidden input field with label "your name" and as required.
The is also set to required so if you select "option1" and fill in the text in textarea you are able to send the form if you choose "option2" you need to fill in "your name" field also.
You can try it, the form gets submitted to my email address.
you might want to see my solution if you didn't find any yet.
http://demo.i-arts.eu/index.php?page=test
Note that form isn't styled

The is also set to required so if you select "option1" and fill in the text in textarea you are able to send the form if you choose "option2" you need to fill in "your name" field also.
You can try it, the form gets submitted to my email address.
Last edited by Dr.CSS on Sat Jan 08, 2011 4:46 pm, edited 1 time in total.
Reason: trying to fix it
Reason: trying to fix it
Re: [FormBuilder] radio buttons group + text field "other" help with a UDT or js
Hi
You can do this with jQuery. See http://www.wildflowersbahamas.com/request-a-proposal.html This is a fairly complex FB form with jQuery used to hide/show fields of various type - radio, select, file, etc as needed when the site visitor fills in the form.
hth
psy
You can do this with jQuery. See http://www.wildflowersbahamas.com/request-a-proposal.html This is a fairly complex FB form with jQuery used to hide/show fields of various type - radio, select, file, etc as needed when the site visitor fills in the form.
hth
psy
Re: [FormBuilder] radio buttons group + text field
Hi everyone,
I have exactly the same problem... this is the only topic i found talking really about this but... no solution were exposed here !!
Can you explain me how you can detect the radio button checked and make the field "other" appears please ?
Thanks a lot
I have exactly the same problem... this is the only topic i found talking really about this but... no solution were exposed here !!
Can you explain me how you can detect the radio button checked and make the field "other" appears please ?
Thanks a lot