Submitting form data to external url

What should be the ideal way to post eform data to external url?

If you want to POST to an external url then you change the action url. Otherwise you need to do it in your component doAction method [1].

[1] https://documentation.bloomreach.com/library/concepts/component-development/hst-2-forms.html

1 Like