• Resolved petemorelli

    (@petemorelli)


    Hi,

    When viewing my RSVPs and attempting to send the email to the person shown on the Reserved by line I get an e-mail window pop up that has as the “To” address mailto:https://[email protected]. How do I eliminate the https:// portion?

    “My RSVPs for This Event

    Reserved by Pete ([email protected]) on August 5, 2017”

    Thanks,
    Pete

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Andras Guseo

    (@aguseo)

    Hi @petemorelli,

    Congrats! You have found a bug! ??
    I have created a bugticket of this and a fix will be released in 3-4 weeks.

    If you want to fix this manually then edit the following file:
    \wp-content\plugins\event-tickets\src\views\tickets\orders-rsvp.php

    Change line 40 from this:

    '<a href="mailto:' . esc_url( $first_attendee['purchaser_email'] ) .'">' . esc_html( $first_attendee['purchaser_email'] ) . '</a>'
    

    to this:

    '<a href="mailto:' . esc_attr( $first_attendee['purchaser_email'] ) .'">' . esc_html( $first_attendee['purchaser_email'] ) . '</a>'
    

    That should fix it. Let me know if this helps.

    Cheers,
    Andras

    Thread Starter petemorelli

    (@petemorelli)

    Thanks,

    That fixes it!

    Pete

    Hey,

    A new maintenance release has been recently shipped addressing this issue ??

    More information in the release notes and hotfix notes.

    Please update the plugins and let us know if the fix worked for you,
    Best,
    Nico

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event Ticket – View RSVP’ is closed to new replies.