Hi @ashlaw10,
Thank you for reaching out to us, and thank you for your patience. Our support team has been dealing with some critical levels in the queue, that’s why it’s taking longer to hear back from us. I’m deeply sorry for this.
Are you using RSVP with attendee registration fields? Or just the basic RSVP?
If you’re using attendee registration fields, then you should be able to modify that in the admin when you’re creating the field.
If you’re using the basic RSVP, then you could do that by overriding a particular template. I’ve seen in the other support thread that you’ve successfully done that for other customizations.
The file you need to override is located in wp-content/plugins/event-tickets/src/views/v2/rsvp/form/fields/name.php
You can make a copy in [your-theme]/tribe/tickets/v2/rsvp/form/fields/name.php
, and then modify line number 34, where the label is. You could also modify the placeholder as well if you want.
I hope this helps.
Best,
Juan