Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ken,

    It’s possible but not easy. To which field do you want to add a dropdown?

    Thread Starter Ken

    (@something4ken)

    I’d like to replace Address 2 with a dropdown. I can edit code if you point me to the right file.

    Thanks.

    Ken

    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.