I have a form, and depending on which UnitPrice1 radio button is selected, the installment and periodcity needs to change. That is, of the unitprice options, some of them are one-time purchase, and some of them are x amount a month for 12 months.
Right now I've got the installment value set to one, and the periodicity set to monthly.
I can use javascript so that if a pay per month option is selected, the installment value is changed to 12.
I'm not really comfortable having the javascript add the hidden inputs for installment and periodicity- since the the user changes their mind and selects a different option, those values wouldn't get changed.
Here's the question- if the installment value is one and the periodicity value is monthly- does this cause any problems for one-time transactions?
for reference: https://savannastation.carolinatigerrescue.org/donate-BigCatDinnerClub.php
Right now I've got the installment value set to one, and the periodicity set to monthly.
I can use javascript so that if a pay per month option is selected, the installment value is changed to 12.
I'm not really comfortable having the javascript add the hidden inputs for installment and periodicity- since the the user changes their mind and selects a different option, those values wouldn't get changed.
Here's the question- if the installment value is one and the periodicity value is monthly- does this cause any problems for one-time transactions?
for reference: https://savannastation.carolinatigerrescue.org/donate-BigCatDinnerClub.php
Comment