We created a contact form in MVC pattern. On submit after the user enters all the required fields, the data entries should bemade to wufoo and should be saved in wufoo. As I referred it we have to use REST for this. Any idea to proceed?
You're welcome :) If the reply solved your issue then please mark it as solved so others can go straight to the solution if they face the same challenge.
Submitting entries and saving in wufoo.
Hi All,
We created a contact form in MVC pattern. On submit after the user enters all the required fields, the data entries should bemade to wufoo and should be saved in wufoo. As I referred it we have to use REST for this. Any idea to proceed?
Thanks,
Manasa
Hi Manasa
You should be able to use the Wufoo API I believe.
You can read more about it here http://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/The-Entries-POST-API
I hope this helps.
/Jan
Thanks Jan
Hi Manasa
You're welcome :) If the reply solved your issue then please mark it as solved so others can go straight to the solution if they face the same challenge.
Happy coding.
/Jan
Hi,
Use the following code snippet to work around with wufoo form API with umbraco in your controller
is working on a reply...