Hi Krishna,
I need someone who understands coding because if you look at the code is there now
Which is this one below it works but I need to know how to incorporate the code below it. Which is a coding issue.
<div style="display: inline;" data-wst-duda="hide"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="EHAHV8BA52JUG" />
<table>
<tbody>
<tr>
<td><input type="hidden" name="on0" value="Ticket Prices until May 31st." />Ticket Prices until May 31st.</td>
</tr>
<tr>
<td><select name="os0"><option value="2 VIP Seats and 2 signed copies of Greg's book -">2 VIP Seats and 2 signed copies of Greg's book - $100.00 CAD</option><option value="2 VIP Seats, 2 signed book copies+Dinner with the Speakers -">2 VIP Seats, 2 signed book copies+Dinner with the Speakers - $150.00 CAD</option></select></td>
</tr>
</tbody>
</table>
<input type="hidden" name="currency_code" value="CAD" />
<input type="image" alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" />
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" />
</form></div>
-----------------------
PayPal Code
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QK65YYAFMBCLG">
<table>
<tr><td><input type="hidden" name="on0" value="Ticket Prices until May 31st.">Ticket Prices until May 31st.</td></tr><tr><td><select name="os0">
<option value="$99 – VIP Seating">$99 – VIP Seating $99.00 CAD</option>
<option value="$147 – VIP Seating & Dinner with the Speakers">$147 – VIP Seating & Dinner with the Speakers $147.00 CAD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="CAD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
[Please use the code buttons when posting code – as is, your code may have been corrupted by the forum’s parser]