Title: Paypal multiple selection button problems
Last modified: August 20, 2016

---

# Paypal multiple selection button problems

 *  [OregonJac](https://wordpress.org/support/users/oregonjac/)
 * (@oregonjac)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/paypal-multiple-selection-button-problems/)
 * I have entered the code from paypal to a ‘page’ on my wordpress site and it looks
   right, but the drop down isn’t allowing a selection. I have read quite a bit 
   and have seen that the ’email’ code works better, but there is no ’email’ code
   option on my paypal account. Any suggestions?

Viewing 1 replies (of 1 total)

 *  Thread Starter [OregonJac](https://wordpress.org/support/users/oregonjac/)
 * (@oregonjac)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/paypal-multiple-selection-button-problems/#post-3229378)
 * WOW, I found it. I’m going to copy and paste the wonderful post that answered
   my question in a simple easy to fix way.
 * Thank you eyeglu
    Solution:
 * All <option> values must be grouped within a single <select> tag. for instance:
 * <select name=”os0″> <option value=”a.Instant/Email”>a.Instant/Email $160.99 </
   option> </select> <select name=”os0″> <option value=”b.2-Day Rush”>b.2-Day Rush
   $161.00 </option> </select> <select name=”os0″> <option value=”c.3-Overnight/
   Next Day”>c.3-Overnight/Next Day $175.00 </option> </select>
 * should actually be just:
 * <select name=”os0″> <option value=”a.Instant/Email”>a.Instant/Email $160.99 </
   option> <option value=”b.2-Day Rush”>b.2-Day Rush $161.00 </option> <option value
   =”c.3-Overnight/Next Day”>c.3-Overnight/Next Day $175.00 </option> </select>
 * find each extraneous </select> <select name=”os0″> pair and delete them.
 * This is a word press problem that manifests itself when you switch between VISUAL
   and HTML mode in the Edit Page EDITOR.
 * Ciao

Viewing 1 replies (of 1 total)

The topic ‘Paypal multiple selection button problems’ is closed to new replies.

## Tags

 * [paypal](https://wordpress.org/support/topic-tag/paypal/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 1 participant
 * Last reply from: [OregonJac](https://wordpress.org/support/users/oregonjac/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/paypal-multiple-selection-button-problems/#post-3229378)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
