Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Yossi 3 posts 73 karma points
    May 25, 2021 @ 22:56
    Yossi
    0

    Save Form Data in Surface Controller (SubmitForm)

    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

Please Sign in or register to post replies

Write your reply to:

Draft