How to Show a Text Box at WP PayPal Checkout to Collect Custom Data from Buyers

Custom Input is an add-on for the Payment Button for PayPal WordPress plugin (also known as WP PayPal or WordPress PayPal) that can be used to show a text box at PayPal checkout. The text box can used to collect custom data from buyers.

custom input field with a paypal checkout button

How Custom Input with WP PayPal Works

When a WP PayPal payment button is rendered on the front end with custom input enabled, a text box will appear that will let buyers enter any data. This can be useful if a buyer would like to include a custom note or special instructions.

The default label for the custom input field (Enter any special instructions) can be customized in the add-on settings (WP PayPal > Custom Input).

custom input field label customization in the wp paypal custom input extension

PayPal Checkout

To enable custom input for a PayPal Checkout button (“[wp_paypal_checkout]” shortcode), you need to set the “custom_input” parameter to “1” in the shortcode.

[wp_paypal_checkout description="test checkout product" amount="3.99" custom_input="1"]

If you wish to change the default label, you can do so by using the “custom_input_label” parameter in the shortcode.

[wp_paypal_checkout description="test checkout product" amount="3.99" custom_input="1" custom_input_label="Order notes:"]

PayPal Payments Standard

To enable custom input for a PayPal Payments Standard button (“[wp_paypal]” shortcode), you need to set the custom parameter empty in the shortcode.

[wp_paypal button="buynow" name="My product" amount="1.00" custom=""]
custom input field using the WordPress PayPal plugin

If you wish to change the default label, you can do so by using the “custom_input_label” parameter in the shortcode.

[wp_paypal button="buynow" name="My product" amount="1.00" custom="" custom_input_label="Order notes:"]

Here is a video that shows how it works with a PayPal Payments Standard button: https://www.youtube.com/watch?v=RfLmzjuw02c

Get the Custom Input Add-on

WP PayPal Custom Input
WP PayPal Custom Input
Show a text box at checkout to collect custom data from buyers.

Note:
* Do not purchase before setting up the core plugin first. The add-on is not at fault if the core plugin does not work on your website.
* Do not purchase if you are not sure about a feature, contact us instead.
* Do not purchase to ask for more features or make the product work in a certain way.
* Do not try to scam us, we take it seriously. We are contributing to the WordPress community with free plugins and themes. If you cannot appreciate this our product is not the right choice for you.
* There is no refund/cancellation as it is a digital product.

Price: $39.99
Price: $19.99

16 thoughts on “How to Show a Text Box at WP PayPal Checkout to Collect Custom Data from Buyers”

  1. Can I get the delivery date from buyers?

    Reply
    • @John, Any custom text value can be entered in that field.

      Reply
  2. Where will the content from the custom input field show up? I do not see it in the checkout. Also, is there a way to make the input field visually larger? Thanks.

    Reply
    • @EricH, It shows with the button. The input field can be customized with CSS.

      Reply
      • Thank you, but I meant, once the PayPal button is clicked by the user, where does the info that the user typed into the custom field appear? I tested it, and did not see that content in the PayPal checkout.

        Reply
        • @EricH, You will find it with the order in the plugin. You can also use the {custom} tag if you plan to use it in the email.

          Reply
  3. Is it possible to use this plugin with a subscription type button? Is it possible to change the amount to charge to the buyer depending on the input?

    Reply
  4. I was surprised to see there are no fields for the customer to submit their shipping address. We’ve used it mostly for donations, but we do have several books for sale. Can we use this to add their shipping address? Can we add multiple lines?

    Reply
    • @Linda, There is no need for the plugin to collect a customer’s shipping address on the site. PayPal will do this for you when they make the payment.

      The add-on supports a single custom field at the moment.

      Reply
  5. What’s the size limit of this input field?

    Reply
    • @Paul, 256 characters

      Reply
  6. Is it possible to use 2 of those ? I would need 2 input fields, one for customer serial number and one for a color code (I can’t display all of them) to enter… ?

    Reply
    • @Xa, The add-on can support one field at the moment.

      Reply
  7. Hi there, why my custom filed not show up, I set custom_input=”1″ and still no input show up at all. Any help?

    Reply
    • @Krisztian, Have you installed the add-on?

      Reply

Leave a Comment