Add message to login page

Home Forums Calendar Products Community Events Add message to login page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1120952
    Tyler
    Participant

    I need to add this message to the login page before the input fields: “New users will have to register or call 523-1026 to reserve”.
    I can’t find the template to add the message though. I would like it to replace the message “Please log in first”

    #1121131
    Josh
    Participant

    Hey Tyler,

    Thanks for reaching out to us!

    The following snippet should allow you to add the needed text above the login form for Community Events.

    
    add_action( 'tribe_ce_event_submission_login_form', 'ce_login_intro' );
    function ce_login_intro() {
    echo 'New users will have to register or call 523-1026 to reserve';
    }
    

    Let me know if this helps.

    Thanks!

    #1127947
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add message to login page’ is closed to new replies.