How to set up Registration for Events

Home Forums Ticket Products Event Tickets Plus How to set up Registration for Events

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1159228
    Josh
    Participant

    Hey Mark,

    Currently, the snippet is using the admin email set as the main email address within the General WordPress settings for the site.

    You can manually set the email in the snippet though by adding the email address that you’d like to use as the “$bcc” variable on line #11 of that snippet:

    $bcc = '[email protected]';

    Let me know if this helps.

    Thanks!

    #1159229
    Josh
    Participant

    Hey Mark,

    Currently, the snippet is using the admin email set as the main email address within the General WordPress settings for the site.

    You can manually set the email in the snippet though by adding the email address that you’d like to use as the “$bcc” variable on line #11 of that snippet:

    $bcc = '[email protected]';

    Let me know if this helps.

    Thanks!

    #1159243
    Mike Seyfer
    Participant

    Morning Josh & Happy Friday,

    Thank you, that is exactly what i was looking for. I’m trying to find some online coding courses to take so I can figure things out like that myself. It makes sense when I see it now, just didn’t know exactly how it worked.

    Regardless, that’s just what I needed so thank you for the help and have a great day!

    Mark

    #1159844
    Josh
    Participant

    Hey Mark,

    No problem, happy to help!

    If you’re interested in learning WordPress specifically, you can check out https://codex.wordpress.org/WordPress_Lessons for some great starting information.

    If you’re interesting in learning more about PHP specifically, I’d suggest looking at this particular series. It isn’t WordPress specific but he does have a great, approachable way of presenting the information. https://laracasts.com/series/php-for-beginners

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 4 posts - 16 through 19 (of 19 total)
  • The topic ‘How to set up Registration for Events’ is closed to new replies.