timw255 / timw255.Sitefinity.SuperForms

MIT License
4 stars 3 forks source link

How to use these forms in Sitefinity #1

Open adgren opened 9 years ago

adgren commented 9 years ago

Hi Tim, How do get access to these forms through the Sitefinity CMS? I understand how to add the project to my solution and to build it, but what do I have to do in order to get access to SuperForms in Formsbuilder?

Thanks, Adam

adgren commented 9 years ago

Actually, I realized that I have to install the module. That's done and now I have access to the superform controls in the formbuilder. However, when I run the form, the conditional logic doesn't seem to take effect. I have a textbox field that I've setup to only show on a certain value in a different dropdown field. Unfortunately, the textfield is always visible (although it is disabled) on the form and it never gets hidden. I think there's probably something I'm not doing correctly, but I can't figure it out. Do I have to include a JavaScript file in the page?

timw255 commented 9 years ago

Glad to hear you got it installed. To enable the additional functionality, you'll need to use the Forms Widget that is installed in the Pages toolbox. Also, please select if it is a conditional, or progressive, form from the dropdown on the second tab.

I've been dragging my feet on writing documentation but will add it to my to do list.