Hi! Thanks for the response
- Where do I add this code? I tried using a snippet plugin but it didn’t work. I’m also not technical, but I can follow instructions if they point me to the right place.
- I use this to accept 1-time payments from customers so I don’t have a separate step where I create customers. Customers are created when they try to make payments
- Also, the code snippet you shared only has names in it, I need something similar for phone numbers as well.
Thank you
This worked:
.getpaid-payment-form-element-items {
display: none;
}
Thanks!