Forms storing data
Is there anyway to set a form not to store data? So that it can just be used to search collections of data i.e. in a module?
Hello David,
Can you provide more information about the scenario you have.
Generally speaking you can create
- Form control where to implement the custom functionality instead of the build-in submit button
or
- Custom widget with the form you need and implement the desired functionality.
Regards,
Svetoslav Manchev
Telerik
My aim is to create a custom module which will hold a list of properties that we have. I will use the form to search the properties, so say 2 bed properties over £100,000. I guess this could be done by creating a custom user widget using asp.net controls, but that starts creating tables I noticed in the html. I would prefer just to use a Sitefinity form, but I don't want to store the search data?
Hi David,
In that case you can use the Module Builder and using its API to Create Content Items and Save/Retrieve their data.
I hope the information helps.
Regards,
Svetoslav Manchev
Telerik