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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...