Page 1 of 1

[FormBuilder] radio buttons group + text field "other" help with a UDT or js

Posted: Fri Mar 05, 2010 8:01 am
by brunoooo
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.

Re: [FormBuilder] radio buttons group + text field "other" help with a UDT or js

Posted: Fri Mar 05, 2010 5:21 pm
by gdur
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?

Re: [FormBuilder] radio buttons group + text field "other" help with a UDT or js

Posted: Sat Mar 06, 2010 8:46 am
by brunoooo
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?

Yes it is exactly the same problem!:)  '<--- Please enter a value for "Other Profession" '

Thanks

Re: [FormBuilder] radio buttons group + text field

Posted: Sat Mar 06, 2010 4:33 pm
by uniqu3
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.

Re: [FormBuilder] radio buttons group + text field "other" help with a UDT or js

Posted: Sat Mar 06, 2010 8:51 pm
by psy
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

Re: [FormBuilder] radio buttons group + text field

Posted: Thu Sep 13, 2012 8:38 am
by frgt10
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