No space between variables in a label

I have a form which reads in name and surname seperately, and then prints
it back to the user for confirmation:

type name label
text surname Enter your surname
text names Enter your first name(s)
note displayNames Full name: ${names} ${surname}

I have found that the space between the names and surname does not display,
so I end up with:
Full name: JoeBloggs
instead of
Full name: Joe Bloggs

Is this expected behaviour or a bug? Any suggestions / workarounds?

The xml for this portion is:
Full name:

Does the space between > and < not render on ODK Collect?

Thanks,
Andrew

Andrew,

Build a full-name variable and output that instead:
concat(${names},' ', ${surname})

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Mon, Sep 7, 2015 at 10:49 AM, Andrew acawood777@gmail.com wrote:

I have a form which reads in name and surname seperately, and then prints it
back to the user for confirmation:

type name label
text surname Enter your surname
text names Enter your first name(s)
note displayNames Full name: ${names} ${surname}

I have found that the space between the names and surname does not display,
so I end up with:
Full name: JoeBloggs
instead of
Full name: Joe Bloggs

Is this expected behaviour or a bug? Any suggestions / workarounds?

The xml for this portion is:
Full name:

Does the space between > and < not render on ODK Collect?

Thanks,
Andrew

--

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


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Of course, should have thought of that, thanks!

··· On 7 September 2015 at 16:54, Yaw Anokwa wrote:

Andrew,

Build a full-name variable and output that instead:
concat(${names},' ', ${surname})

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Sep 7, 2015 at 10:49 AM, Andrew acawood777@gmail.com wrote:

I have a form which reads in name and surname seperately, and then
prints it
back to the user for confirmation:

type name label
text surname Enter your surname
text names Enter your first name(s)
note displayNames Full name: ${names} ${surname}

I have found that the space between the names and surname does not
display,
so I end up with:
Full name: JoeBloggs
instead of
Full name: Joe Bloggs

Is this expected behaviour or a bug? Any suggestions / workarounds?

The xml for this portion is:
Full name:

Does the space between > and < not render on ODK Collect?

Thanks,
Andrew

--

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


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

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


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/0KVMxUV_VhY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.