Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I would like to save a form response in a SurfaceController.
public ActionResult SubmitForm(SurveyAnswerModel model) { if (ModelState.IsValid)
How can I find the form and insert the response? Data must be manipulated after the user clicks submit.
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Save Form Data in Surface Controller (SubmitForm)
I would like to save a form response in a SurfaceController.
How can I find the form and insert the response?
Data must be manipulated after the user clicks submit.
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.