Reposting form data to external site (Eloqua)

Sean Lim asked on October 2, 2014 21:30

Hi, I'm trying to repost form data after the user has submitted a form to an external website - Eloqua. I have tried these but am kind of stuck:

http://topliners.eloqua.com/groups/cx-central/blog/2013/12/23/blind-form-submit-links-complete-and-submit-forms-with-a-single-click https://docs.kentico.com/display/K81/Handling+global+events

Any help would be appreciated.

Thanks, Sean

Recent Answers


Martin Danko answered on October 13, 2014 16:56 (last edited on November 26, 2014 17:14)

Hello Sean,

proof of concept would be to use the Global Events in Kentico, and especially in this scenario OnAfterSave event for Form object. After that take all the data from submitted form and create custom POST request according to the specification on their website.

It won't be possible to change the way how Forms work in Kentico according to their requirements because it would stop the module from correct working.

Best regards, Martin

0 votesVote for this answer Mark as a Correct answer

Sean Lim answered on November 24, 2014 17:47

Thanks for the answer! Is there an example of how to repost form data using global events?

Thanks, Sean

0 votesVote for this answer Mark as a Correct answer

Martin Danko answered on November 26, 2014 17:17

Hi Sean,

Regrettably not, and this is not directly related to Kentico itself. But maybe you can find some helpful articles on the Internet: Repost form data into eloqua from external form or Posting Form Data from ASP.NET Page to Another URL or simply Google

Best regards, Martin

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.