How and where I can write code for Button in Sitefinity
Hello,
I want to make a form in sitefinity project. I this want write code, I did not find any option to write code for button.
Please Help me,
Hi,
Thanks for contacting Sitefinity trial support and sorry for the delay.
Sitefinity forms development is almost identical to standard ASP.NET development in that you create usercontrols to provide this functionality in a page.
You can follow the documentation here for creating a widget: docs.sitefinity.com/for-developers-create-a-new-custom-widget
From that point on your should use your .net development skills to code a standard .net form within the widget and add it to the toolbox as documented.
Alternatively you can avoid development by using the inbuilt forms module: docs.sitefinity.com/forms
Regards,
Seth Cleaver
Telerik