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
My controller method is simply
public ActionResult SendEnquiry(FormCollection form)
the form collection doesn't contain the values.
Any pointers would be appreciated.
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
My controller method is simply public ActionResult SendEnquiry(FormCollection form)
the form collection doesn't contain the values. Any pointers would be appreciated.
Doh!
Me being a total numpty :D as you can see I hadn't given them external names.
is working on a reply...