Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Submit my apex form values to third party server

User_3BCB5Sep 4 2018 — edited Sep 6 2018

Hello,

I've this very simple HTML page

<html>

<body>

<form action="http://test.thirdpartysite.com/hello/page" method="post">

\<input type="imput" name="value1" value="hello world" />

\<input type="imput" name="value2" value="1500" />

\<button type="submit" value="send">Submit\</button>

</form>

</body>

</html>

As you can see , I'm sending form values to http://test.thirdpartysite.com/hello/page , this site is of third party people.

My site have a Oracle application express application build on 5.1.4 version. I want to make this simple page to submit values via post method to third party site:

Mi first step was build this page

page1.png

But my problem is , where I can change the properties values to submit this values to third party site http://test.mysite.com/hello/page ?

Best regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2018
Added on Sep 4 2018
4 comments
1,937 views