Post concrete5 form to external HTTP endpoint

Permalink
Hi there,

I'm new to the community and I'm helping a client integrate concrete5 with Eloqua (an Oracle Marketing Automation platform). I don't know much about concrete5 - so I thought I would start here.

Basically, I'm looking for the best way to be able to submit a conrete5 form to another application. My approach was to use jquery to 'hijack' the form action to point to Eloqua. Eloqua has native functionality to integrate external forms - all I would need to do is add a couple of hidden fields to the concrete5 form. In Eloqua I would match up all the HTML form field names and voila.

I'm wondering if there isn't an easier way to do this?? Perhaps the functionality to repost a form natively in concrete5??

The other issue I'm running into is I'd have to 'doctor' up much more than just the form action, I would need to re-create the validation, etc. It just seems dirty to hack this up if there is a better approach.

Any help is appreciated!!

Thanks!