0

I am designing a donation form for a political campaign. Usually, with a donation paypal link, I do not require specific information about the user. However, with political campaign donations, there are laws that I need to observe.

I cannot seem to find information on how to add some mandatory fields to my form and still have a paypal submit option. I need to know the person's name, address, phone number, and business name.

Ideas?

  • What technologies / programming languages / software are you using and what does the code you have look like? SO is about programming, so if you are not actually programming, you should try a different site, like [SuperUser](http://superuser.com) – zvone Sep 04 '16 at 21:34
  • I am using Dreamweaver and raw html to make the form. I am not proficient in programming. I was hoping that somebody could show me some hidden codes to add new mandatory fields to the paypal donation form. – Just As I Am Sep 06 '16 at 02:52
  • I don't know exactly what you mean by "paypal donation form", but it seems to be a feature provided by paypal. Since you are not programming the server side, you cannot add any input fields which they did not provide. If you did somehow, they would not be saved anywhere. All you can do is ask PayPal whether they support political donations and how. Or use a different service for donations. – zvone Sep 06 '16 at 05:59

1 Answers1

0

Paypal's documentation describes how to add one or more text fields to a donation button link to doc

But a heads up - we've been using this successfully for years and just recently we have been getting an increasing number of transactions where this field is not being sent through to the transaction detail. We suspect that it may be that paypal has been streamlining their donation flow and are no longer recognizing these added fields.

user1104799
  • 161
  • 3
  • 13