Survey form, please help!!!!!!

6 replies
  • WEB DESIGN
  • |
Hi Guys,

Sorry to disturb you all, but I really need with this one. I will appreciate your help truly!

Based on this link:
https://www.surveymonkey.com/s/commuting-template

As you can see, there are checkboxes on the survey questionnaire and as you can notice also on the last checkbox, there is an "other" option.

Assume that those are radiobutton instead of checkboxes...

My problem is that how can I make the make the radiobutton into a "selected" state when I clicked the textbox?

Thanks and any help would be really appreciated!
#form #survey
  • Profile picture of the author wpdeveloper88
    YOu have to change the Css for that form
    If you have wordpress theme you can use some plugins for Surveys
    {{ DiscussionBoard.errors[8976052].message }}
    • Profile picture of the author Marie Cody
      Originally Posted by wpdeveloper88 View Post

      YOu have to change the Css for that form
      If you have wordpress theme you can use some plugins for Surveys
      Hi there,

      Thanks but I actually used pure html and css for this one. I don't use wordpress. However thanks.

      Regards,
      Froilan
      {{ DiscussionBoard.errors[8976104].message }}
    • Profile picture of the author rizwanash
      Have you tried *Formoid* ?
      It does everything for me !
      {{ DiscussionBoard.errors[8976108].message }}
  • Profile picture of the author WPcrew
    Basically you would need to add checked="checked" to radio button html if input is checked.
    Take a look at this:
    How to select a radio button with jQuery
    and this (if input is checked)
    jQuery if / else statements - CSS-Plus
    {{ DiscussionBoard.errors[8976127].message }}
    • Profile picture of the author Marie Cody
      Originally Posted by WPcrew View Post

      Basically you would need to add checked="checked" to radio button html if input is checked.
      Take a look at this:
      How to select a radio button with jQuery
      and this (if input is checked)
      jQuery if / else statements - CSS-Plus
      Hi,

      Thanks for that.
      I actually used codeigniter for this one but will consider any classic php or html or css coding help. I will read that thanks!

      Regards,
      Froilan
      {{ DiscussionBoard.errors[8976158].message }}
    • Profile picture of the author Marie Cody
      Originally Posted by WPcrew View Post

      Basically you would need to add checked="checked" to radio button html if input is checked.
      Take a look at this:
      How to select a radio button with jQuery
      and this (if input is checked)
      jQuery if / else statements - CSS-Plus
      Hello again,

      I tried this one. Looks like jquery would save my day!
      However, do you recommend me also using a javascript?
      One of the problems also that I have is that I don't know web design language
      that supports triggering events. However can I also use javascript?

      One last thing, what is the file extension if saved a site that has a jquery as the codes I have copied on your link seems to not be working on the .html file extenstion.


      Many thanks so much!
      {{ DiscussionBoard.errors[8976196].message }}

Trending Topics