Welcome Guest, Not a member yet? Register   Sign In
Is it possible to post (or save session data on form submit) without Javascript?
#1

[eluser]umbungo[/eluser]
I am trying to make my payment gateway 'transparent' to the end user, that is keep the URL within my domain and keep the page styled like the rest of the site.

The payment gateway requires specific variables to sent to it by POST method.

The page preceding it contains address info input by the user.. which i would like to be remembered.

So is there any way to remember the data (by sessions, or post) whilst posting the required stuff to the payment gateway (which i have loading in an i-frame previously containing the address inputs)... ooh; perhaps some (mis)use of the form validation???? [[edit.. thinking about it i would need to be performing the validation on their server, damn]]
#2

[eluser]OliverHR[/eluser]
You respond yourself already. Use session's all of this is stored in server side.
#3

[eluser]jblack199[/eluser]
most real third party payment processors already have an api that you can either use or adapt to work with what you have -- which don't use javascript or anything of the like and is still run autonomously behind the scenes so your end user doesn't know its going off site (most these days know that it does im sure)...

so unless you're using paypal, odds are they have a prebuilt api that you can find and use to do all these things already (or re-program them to work with your system / codeigniter)...




Theme © iAndrew 2016 - Forum software by © MyBB