November 6, 201015 yr I am looking for a simple solution to a simple problem A customer visits a website and enters their details on a form (currently Matt's Script) The customer enters the amount of deposit they need to pay themselves (currently 10%, the other 90% they pay when attending the premises) Let's call the fields : deposit_pounds deposit_pence How can these two fields be transferred to PayPal so as to create an invoice for the customer to pay
November 17, 201015 yr Author set hidden form fields and submit them to Google Why would you submit the form to google? The "amount" field is fixed with an amount, say £4.99 However what I am looking for is for this to be variable from what the customer inserts It had been suggested to use <input type="hidden" name="amount" value="0.00"> The customer can then insert any amount, but quite often they forget! Equally also <input type="hidden" name="amount" value=""> Again, this defaults to £0.00
Create an account or sign in to comment