rn14 Posted February 14, 2007 Share Posted February 14, 2007 If I have a form and their is a value in that form that I want to pass to a paypal form which is on the same page is this possible?? Thanks Quote Link to comment Share on other sites More sharing options...
trq Posted February 14, 2007 Share Posted February 14, 2007 With Javascript yes, to do it in php you would need to submit the form back to itself first. Quote Link to comment Share on other sites More sharing options...
rn14 Posted February 14, 2007 Author Share Posted February 14, 2007 I have little javascript experience is this diffcult? Quote Link to comment Share on other sites More sharing options...
mainewoods Posted February 14, 2007 Share Posted February 14, 2007 just use this format to copy the value: document.PAYPALformname.fieldname.value = document.YOURformname.fieldname.value; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.