dezkit Posted June 18, 2008 Share Posted June 18, 2008 Im trying to make a paypal form subscription form, there is one hidden input to put as how much to bill the person now, and how much to bill the person the next month, all im trying to do is to put a multiple line as so: <input type="radio" name="a3" name="a1" value="5.00" checked> ($5) Regular<br> <input type="radio" name="a3" name="a1" value="10.00"> ($10) Super<br> <input type="radio" name="a3" name="a1" value="15.00"> ($15) God<br> a3 = How much to bill now a1 = how much to bill the next month i cant get this to work and paypal is really screwing me over! if you need the full code, i will post it. THANKS!! Link to comment https://forums.phpfreaks.com/topic/110818-solved-paypal-multiple/ Share on other sites More sharing options...
moderith Posted June 18, 2008 Share Posted June 18, 2008 you have name="a3" name="a1" why are you naming twice? Link to comment https://forums.phpfreaks.com/topic/110818-solved-paypal-multiple/#findComment-568583 Share on other sites More sharing options...
dezkit Posted June 18, 2008 Author Share Posted June 18, 2008 Nevermind, solved. Link to comment https://forums.phpfreaks.com/topic/110818-solved-paypal-multiple/#findComment-568587 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.