I want to create a paypal form with two actions .. mainreason for it is to save an entry in database
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
// extra value to save in database
<input type="hidden" name="data1" value="value1">
I have read a lot about to do this with javascript but i want to prevent misses when javascript is disabled
i need a solution to save the entrys in database before it leave page and go to the paypal site
any solution ?
kind regards