Jump to content

How to select radio incase no form


Recommended Posts

I need to select radio 3 of question 13, has anybody know how to auto select 

                <div class="dvquestion" id="questionitem-1" style="display:none">

                    <h3 class="text-orange">Question 1 </h3>

                    <p><div>Who is Mr Bean?<br></div></p>

                    <div class="lb_question">

                                 <label><input type="radio" name="anwswer_13" value="1"> <span onclick="return selectCard(this);">Super man</span></label><br>

                                <label><input type="radio" name="anwswer_13" value="2"> <span onclick="return selectCard(this);">Policeman</span></label><br>

                                <label><input type="radio" name="anwswer_13" value="3"> <span onclick="return selectCard(this);">Actor</span></label><br>

                    </div>

Link to comment
Share on other sites

  • Moderators

What have you tried on your own? There are numerous examples of people doing something similar on the forum; post your code.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...