- This topic is empty.
- AuthorPosts
-
- 07/13/2011 at 6:02 am #4006
AnonymousParticipantI am using v5.1 qlistform to create a survey. For conditional branches, I wish to use Form Component Behaviour functionality to enable/disable questions as appropriate. It works as expected for Fields that dont contain spaces, however when i try to set conditions using fields that have spaces in the name it fails.
This works: <FieldRef Name =”Brochure”/>
This fails: <FieldRef Name=”Educational_x0020_Brochures”/> (CAML editor is auto insertng the internal name, as I would expect)
This fails: <FieldRef Name=”Educational Brochures”/>
A workaround would be to have all the fields without spaces and use the Title field to be more descriptive, however this is not a great solution as any exports to excel would use the field names.
Is this a known issue?
Thanks!
- 07/13/2011 at 6:02 am #4774
AnonymousParticipantHi Jamie,
I'd suggest you to upgrade to a newer version of Quest Web Parts. If upgrading is not an option for you then
you could try to write some custom actions that would replace the form component behavior routine.
-
- AuthorPosts
You must be logged in to reply to this topic.