Hi,
I have a HTML form, which includes radio buttons that the user can select if he wants to sign up for multiple years in order to get a discount. At the moment, i have a PHP if statement that basically says IF the user selects yes for the discount, calculate the price, display details in a table, perform SHA1HASH conversion, and then display details in a hidden form (this form must be sent to our payment partners.
ELSE (if the user selects no), basically the same as above, but obviously values will be different.
My problem is the HTML table and forms have to be outside the PHP which means that when I run the page, both the forms, and tables appear. Is there any way around this?