- This topic has 1 reply, 2 voices, and was last updated 2 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Better control of Name and email fields
Hello. If I don’t use custom fields, the fields the payer enters are amount, name, email and card details. I would like to control the name and email by using custom fields for them.
Q1 Is this inadvisable (eg because Stripe expects them?)
Q2 How can they be deleted so I can replace them with custom fields.
Thanks
Roy
That’s not advisable. The API our plugin uses will require the following details to be sent to Stripe:
Name, Email, Amount, Card Info.
Basically, when you configure a simple product wit just a name and a price, our plugin will show the payment form with the minimum required fields. Those are all required fields for the checkout.
You can add custom fields in addition to the minimum required fields using the custom fields addon.