We are doing ticket sales for a show. I would like customers to be able to choose a date, and then to specify the number of adult, youth, and children's tickets they want. And then send them to paypal for payment. I made this all work using an standard dropdown field and pricing product fields. However, they paypal receipt did not end up reflecting the date (done in the dropdown) of the performance they had chosen. This is critical as people bring in their receipts as proof of what they purchased. The data was in the gravity forms entries, but this isn't sufficient, I need to get the date in the receipt.
I have read support forums and read documentation, but I'm not seeing how to do this. I don't want to specify it as an option on each ticket product type, because people will then have to select it multiple times. I'd prefer to pass it to paypal some other way. I'd also like to not hand code the drop down in a hook because I'd like novice users to be able to update this form in the future with new ticket dates.
This is so easy to do in paypal itself, that I feel I must be missing something rather basic. Thanks for any help you can provide.