C
Christine C
I have a general registration form that, on Submit, goes to a Verisign
payment page, passing the following hidden field value:
<input type="HIDDEN" name="UNIQUE_ID" value="Exec_Forums_India_2007">
From the above value, the price of $1450 is determined on the verisign
payment page.
What I need to do is to create a checkbox, asking registrants if they are
Alumni of Stanford:
<input type="checkbox" name="Alum" value="ON">
And, if they are Alums (checkbox = ON), then change the value of the
above-mention hidden field to value="Exec_Forums_India_2007AD" so they can be
charged $1250 on the payment screen.
Can someone help please? Thank you.
payment page, passing the following hidden field value:
<input type="HIDDEN" name="UNIQUE_ID" value="Exec_Forums_India_2007">
From the above value, the price of $1450 is determined on the verisign
payment page.
What I need to do is to create a checkbox, asking registrants if they are
Alumni of Stanford:
<input type="checkbox" name="Alum" value="ON">
And, if they are Alums (checkbox = ON), then change the value of the
above-mention hidden field to value="Exec_Forums_India_2007AD" so they can be
charged $1250 on the payment screen.
Can someone help please? Thank you.