Going from TWebForm to external URL with params in post

Hi
I'm looking for a way to redirect brower context to an external URL posting params (in POST Form mode) after a click event
Context

  • TWebForm with webcore fields for a form collecting user data
  • WebButton with event used to call a xData API (recording data) and then redirect
  • redirection to an external service (in same browser context) passing params in POST to external URL

Is there a way to do that with webcore ?

Thanks for help

Sylvain

PS : similar question than this ticket

There is at this moment unfortunately not a built-in method to do this.

By embedding some JavaScript, it is possible to do this. Some suggestions for how to do this are here: