Where is the FormsModule class?
Where would I edit the forms module class? I'm trying to implement an AJAX submission for the forms module and would like to follow this:
docs.sitefinity.com/for-developers-submit-forms-using-ajax-call
Where do I edit this code? I can't find anything in my solutions explorer when searching for the string "FormsModule".
You should only need to follow the last bit and set the property on the widget to get ajax submit
Enable the AJAX submit call in the Form widget You enable the AJAX submit functionality by editing the Advanced settings of the Form widget: Open the designer of the Form widget.Click Advanced.In the UseAjaxSubmit input field, enter true.
What is it you're trying to do above the basic ajax submit\save?
Yeah, I found and set that setting. But I need to map form fields to certain values and pass to a specific url. It's a little but tough to figure out how to do that though. Not much info anywhere.
Hi Ed,
Using the EventHub you can subscribe for "iformvalidatingevent" where you have a collection of all the fields.
Then you can get the field value you need as describe in the example here and implement your custom logic.
I hope this information helps.
Regards,
Svetoslav Manchev
Telerik