timw255 / timw255.Sitefinity.SuperForms

MIT License
4 stars 3 forks source link

Choosing "Other" option on Super MultipleChoice breaks the form. #4

Open ognotongo opened 8 years ago

ognotongo commented 8 years ago

First of all, thanks for a such a fantastic tool. SuperForms greatly enhance the built in Sitefinity forms.

When using the "Add Other as last choice" option on a Super MultipleChoice control, it breaks the form to the point of having to delete and re-create it. Once you've published the form, you can edit the form, but none of the buttons work (save for "Preview" and the "Back to Forms" link) and the individual controls are missing the "Edit" and "More" functionality; the icons are there but the text is missing and you can't click on them.

brokencontrol

Interestingly enough, the form control on the page in which the form is used suffers from the same behavior once the form itself is broken.

Version: Sitefinity 8.1.5822

To reproduce:

  1. Create a new form.
  2. Add a Super MultipleChoice control to the form.
  3. Edit the control.
  4. Click the "Add "Other" as a last choice (expanding a text box)" checkbox.
  5. Save the control.
  6. Publish the form.
  7. Attach form to a page and publish.

An easy work around is to manually add the "other" option and use logic rules to show a text field when "other" is selected.

Many thanks!