Setting default value to single choice group

Hi,

How to set default value to single choice questions.

Issue: I have a single choice question with two options
1. Yes
2. No
now i need default selection should be enabled to 'No',

Kindly help me to resolve this issue.

I have tried below code, but it doesn't help me.
<h:head>
<h:title>SimpleXForm</h:title>




2






is shop open?





Yes


No





</h:head>
<h:body>





1



2


</h:body>
</h:html>

Kind Regards,
Sel

Looks like your default value has spaces in front of it and after.

Could you change this:

2

to:

2

··· On Mon, Sep 5, 2011 at 11:37 PM, Sel K wrote:

Hi,

How to set default value to single choice questions.

Issue: I have a single choice question with two options
1. Yes
2. No
now i need default selection should be enabled to 'No',

Kindly help me to resolve this issue.

I have tried below code, but it doesn't help me.
<h:head>
<h:title>SimpleXForm</h:title>




2






is shop open?





Yes


No





</h:head>
<h:body>





1



2


</h:body>
</h:html>

Kind Regards,
Sel

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

Thank you...
It works as we expected.

··· On Sep 6, 2:49 am, Daniel Kayiwa wrote: > Looks like your default value has spaces in front of it and after. > > Could you change this: > > > 2 > > > to: > > 2 > > > > > > > > > > On Mon, Sep 5, 2011 at 11:37 PM, Sel K wrote: > > Hi, > > > How to set default value to single choice questions. > > > Issue: I have a single choice question with two options > > 1. Yes > > 2. No > > now i need default selection should be enabled to 'No', > > > Kindly help me to resolve this issue. > > > I have tried below code, but it doesn't help me. > > > > SimpleXForm > > > > > > > > > > 2 > > > > > > > > > > > > > > is shop open? > > > > > > > > > > > > Yes > > > > > > No > > > > > > > > > > > > > > > > > > > > > > > > > > 1 > > > > > > > > 2 > > > > > > > > > > > Kind Regards, > > Sel > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options:http://groups.google.com/group/opendatakit?hl=en > > -- > If we keep uppermost in our minds the unkind and unjust acts of others, we > shall find it impossible to love them as Christ has loved us; but if our > thoughts dwell upon the wondrous love and pity of Christ for us, the same > spirit will flow out to others.