help creating a form in the form editor
I am trying to create a form with a table as attached, but whenever I drop the text box module on the page, it insists on a title. As you can see, the grey fields on this form don't have separate titles, they all fit under a single heading. How do I create this (without writing code). thanks
Hello,
The scenario you are trying to achieve is not possible out of the box. You will need to create a custom Form control to achieve your needs: http://docs.sitefinity.com/tutorial-build-a-form-widget
As a workaround you can input a space " " for the Title, which would also make the label disappear.
Regards,
Velizar Bishurov
Telerik
Hello,
The titles space " " worked for my first question! Glad that was a quick fix. Hopefully I can tag on to this and ask.
For the Multiple Choice widget, is there a way for me to let users select multiple options from the list?
Thank you.
Hi,
This is only possible when the Multiple choice widget is set to render the choices as checkboxes and not radio buttons. To configure that go to edit the widget properties, go to Advanced and set the RenderChoicesAs property to CheckBoxes.
Regards,
Velizar Bishurov
Telerik
Apologies, I am new to this. I went to the widget, as instructed, and changed the rendering. This is what happened.
Hello,
On what version of Sitefinity are you experiencing this problem? Have you tried dragging the widget on the form and configuring it again? By default the widget is configured to render the choices as checkboxes.
Regards,
Velizar Bishurov
Telerik
I have version 8.2. I see the check boxes and multiple choice widgets. I am using the multiple choice. When I drag it onto the form, they are circles, not check boxes. Do I need to use the check boxes widget? Are they essentially the same? If so, I need to be able to select more than one choice at a time.
Thank you.
Hi,
You should be using the Checkboxes widget instead. It allows the user to select more than one choice.
Regards,
Velizar Bishurov
Telerik
Well I made that way more complicated on myself than it needed to be.
Huge help! Thanks a ton!