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

  • 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.

Please Sign in or register to post replies