• Resolved ashlaw10

    (@ashlaw10)


    I would simply like to change the required ‘Name’ field title to read ‘Full Name’ when a user RSVPs for an event.

    (I have the Plus version of Event Tickets, but support has been very slow to respond, so I thought I might have better luck here.)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Juan Aldasoro

    (@juanfra)

    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

    Thread Starter ashlaw10

    (@ashlaw10)

    Hi Juan,
    I followed the instructions and it is still not working for me. I even tried to modify the actual plugin file and that did not work either. Does it make a difference that I am using Event Tickets Plus?

    To answer your first question, I am using RSVP with custom attendee registration fields, but the Name and Email portion of the registration form are part of the basic RSVP. I do not have those fields set as custom attendee registration fields, because they already appear as part of the basic RSVP functionality.

    Hmmmm…I’m stumped here.

    Plugin Contributor Juan Aldasoro

    (@juanfra)

    Hi @ashlaw10,

    Thanks for the follow-up.

    Oh right, if you’re using attendee registration fields then the file you need to override is the following:

    wp-content/plugins/event-tickets/src/views/v2/rsvp/ari/form/fields/name.php

    And put it in:

    * [your-theme]/tribe/tickets/v2/rsvp/ari/form/fields/name.php

    Then the line you need to change is number 33.

    I hope this helps.

    Best,
    Juan

    Thread Starter ashlaw10

    (@ashlaw10)

    Hi Juan! Great, thanks so much for helping me get to the bottom of this. It worked! Have a great day!

    Plugin Contributor Juan Aldasoro

    (@juanfra)

    Thank you ??

    Have a great day as well,
    Juan.

    Hi Juan,

    I have a RSVP with max. 2 persons that can be going.
    Is it possible to change to custom fields for the second person? I want something like this:

    First person:
    – Title
    – Name
    – E-mail
    – Country
    – Relation
    – Vegan Menu tickbox

    Second person:
    – Title
    – Name
    – Vegan Menu tickbox

    Thanks for helping out!

    Vincent

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Attendee RSVP – Change Name Field Label’ is closed to new replies.