Title: Modify Personal Details
Last modified: August 30, 2016

---

# Modify Personal Details

 *  [Ken](https://wordpress.org/support/users/something4ken/)
 * (@something4ken)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/modify-personal-details/)
 * Is there a way to modify the personal details code? I’d like to add a drop-down
   list there.
 * [https://wordpress.org/plugins/quick-paypal-payments/](https://wordpress.org/plugins/quick-paypal-payments/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Graham](https://wordpress.org/support/users/aerin/)
 * (@aerin)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/modify-personal-details/#post-6882231)
 * Hi Ken,
 * It’s possible but not easy. To which field do you want to add a dropdown?
 *  Thread Starter [Ken](https://wordpress.org/support/users/something4ken/)
 * (@something4ken)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/modify-personal-details/#post-6882269)
 * I’d like to replace Address 2 with a dropdown. I can edit code if you point me
   to the right file.
 * Thanks.
 * Ken
 *  [Graham](https://wordpress.org/support/users/aerin/)
 * (@aerin)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/modify-personal-details/#post-6882288)
 * In quick-paypal-payments.php is the function qpp_display_form.
 * Look for the line **case ‘field13’:**. That’s where the personal details are 
   added to the form.
 * If you add an if($values[‘address2’]) you can call the function qpp_dropdown 
   to add the dropdown. You will of course have the set the variables.
 * The value just needs to be a comma separated string: City,City,City etc.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Modify Personal Details’ is closed to new replies.

 * ![](https://ps.w.org/quick-paypal-payments/assets/icon-128x128.png?rev=3412386)
 * [Quick Paypal Payments](https://wordpress.org/plugins/quick-paypal-payments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-paypal-payments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-paypal-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-paypal-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-paypal-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-paypal-payments/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Graham](https://wordpress.org/support/users/aerin/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/modify-personal-details/#post-6882288)
 * Status: not resolved