Copied to clipboard

Flag this post as spam?

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


  • Huw Reddick 1757 posts 6123 karma points MVP c-trib
    Nov 28, 2020 @ 17:38
    Huw Reddick
    0

    SendData handler question

    I am trying to capture the data from my form submission in a controller so that I can pass it on to a CRM system. I have succesfully added a hander and it does call my controller, however it doesn't appear to send any data.

    This is my handler This is my handler

    My controller method is simply public ActionResult SendEnquiry(FormCollection form)

    the form collection doesn't contain the values. Any pointers would be appreciated.

  • Huw Reddick 1757 posts 6123 karma points MVP c-trib
    Nov 28, 2020 @ 17:52
    Huw Reddick
    100

    Doh!

    Me being a total numpty :D as you can see I hadn't given them external names.

Please Sign in or register to post replies

Write your reply to:

Draft