I would like to create a form with a text element between 2 options of the same radio button, so I can show it, using javascript, when the option is chosen.
Can anyone give some clues on how to do this?
Tanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may want to have a look at composite form element elements. The bottom line is, natively you cannot do what you are asking. You have to create a new form element that renders the form element you want when each radio button is rendered.