Tell us what you are trying to do?
Working on a pet website and when someone leaves a reservation for a pet I want "Reserved by CustName: to be displayed on that pets single custom post type page; I understand I would have to create Custom Fields for the CUST NAME for that custom post type page but need understanding how to link a form to that "specific page only and have those CUST NAME filled out as they submit a Payment (PayPal or etc) and also need the data to come over to paypal as well so it would show the pets name they reserved.
Thanks for any help, hoping to do this all with out much programing?
Joe
Is there any documentation that you are following?
The easiest way to manage these is to use Woocommerce as you can integrate paypal payments with Woocommerce.
The only other option is to link a paypal button to each individual page, which in a case like that I wouldn't be able to assist because this would be something requiring setup with paypal itself.
Actually no we don't. The only payment processor we integrate with is Woocommerce and thats just for allowing customers to charge their users when they create a post using Forms.
Apart from this we just handle querying of custom posts, creating custom post types/custom fields but nothing with payment processing.