Submit form with POST
-
I would like to know if it’s possible to create a form which submit POST data to some url (outside my domain). Basically, I want it to be equivalent:
<form action=”some_url” method=”POST” target=”_blank”>
This goal of this form is to allow users to register to a mailing list hosted by Ionos, for which the subscription form must have certain properties (in particular, a POST action to a specific url).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Submit form with POST’ is closed to new replies.