javascript - Save info in a form before Post -


i creating registration form uses javascript calculate amount , uses method="post" redirect user paypal complete transaction. piece i'm missing way capture information before sending them off pay. ideally emailing copy of information or saving text file on server.

i'm kind of n00b here, while realize it's possible post own php script , have redirect them paypal, i'm not sure i'd able figure out pieces in workflow. there simpler way it?

well can save form values database , send paypal need html give appropriate php code.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -