Send Sitefinity CMS form data to Oracle Eloqua forms

You can enable Sitefinity CMS forms to submit data to Eloqua via the IEloquaFormDataSubmitter interface. You submit the following data:

  • Eloqua form name
  • Field names in the Sitefinity CMS form
  • Field values of the Sitefinity CMS form fields

You also use the EloquaFormDataSubmitter to post data to Eloqua from custom code, for example, custom widgets you implemented.

The following example demonstrates how you use the EloquaFormDataSubmitter.

In the code above, you:

  1. Resolve an instance of type IEloquaFormDataSubmitter.
  2. Next, you add two sample fields and their values:
    • firstName with value John
    • lastName with value Smith
  3. Via the eloquaFormName parameter define the specific Eloqua form, to which you map your Sitefinity form.
  4. Finally, you submit form data via the eloquaFormDataSubmitter.SubmitFormData(fields, eloquaFormName); method.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?