1

I want to post variables like street address, postal code, phone number, county , I'm not sure how could I achieve this.

https://securetrading.net/authorize/form.cgi

I used standard html post.

<form action="https://securetrading.net/authorize/form.cgi" method="post">

</form>

but not sure how to pass this.

Dunhamzzz
  • 14,682
  • 4
  • 50
  • 74
RicardO
  • 1,219
  • 1
  • 14
  • 24
  • Hi Ricky, Please email support@securetrading.com and provide us with your SecureTrading Site Reference / Username so that we can assist you with your query. Kind regards, SecureTrading Support –  Apr 26 '11 at 18:48
  • @SecureTrading: While we appreciate you coming here and helping our users (and you don't have enough rep for a comment), please realize that answers are supposed to be answers, not requests to email support. Thanks. –  Apr 27 '11 at 14:47

1 Answers1

0

You can create a basic form and set its action to that specific url.

like:

<form action = "https://securetrading.net/authorize/form.cgi">
.....
</form>