- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2016 11:48 PM
On catalog, how can I create a checkbox with single line text beside?
Mean like - checked - "Others, please specify", ___________
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2016 12:56 AM
See below screenshot. Is this sort of result you are expecting ?
If yes, you can configure somthing like below
While creating container start, make sure to set type specification as '2 columns wide, alternating sides' and make the Question blank for text field variable.
Then simply create a UI policy to adjust visibility of the text field in accordance with CheckBox.
Let me know if you have any questions
Regards,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2016 12:19 AM
Hi fei,
Not sure if I got the question correctly, but you may try following if you are looking to create a checkbox and a text filed dependent on that.
You can create a variable of type CheckBox. Use a container to populate the text field next to the checkbox and create a Catlog UI policy to make the text field visible if the chekbox is true.
Regards,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2016 12:28 AM
I did use container start and end which include single text box. But unfortunately the text box still showing at below and on another box. Furthermore, it is showing the "Question" for singleline text too. I just need a textbox, and how can I "remove" the "question"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2016 12:56 AM
See below screenshot. Is this sort of result you are expecting ?
If yes, you can configure somthing like below
While creating container start, make sure to set type specification as '2 columns wide, alternating sides' and make the Question blank for text field variable.
Then simply create a UI policy to adjust visibility of the text field in accordance with CheckBox.
Let me know if you have any questions
Regards,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2016 01:12 AM
Thanks.
Yes. I figure it out by using Container splitter now.