I have a very simple requirement to display a price to the user based on selection of a sponsorship level as follows:
Software: $2500
Gold: $1000
Silver: $500
I believe I need to create a JS that hides a form element until a sponsorship level is selected, then determine and display the amount. I can figure out the JS for this, the question is how do I output the value to the element on the form?
Software: $2500
Gold: $1000
Silver: $500
I believe I need to create a JS that hides a form element until a sponsorship level is selected, then determine and display the amount. I can figure out the JS for this, the question is how do I output the value to the element on the form?