Add check box to form

Home Forums Calendar Products Community Events Add check box to form

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #989914
    Diane
    Participant

    I would like to add a check to have user accept terms and conditions of the site before event can be submitted.
    Is there a tutorial for this type of functionality?

    #990007
    Barry
    Member

    Hi Diane,

    Great question!

    That’s definitely possible. There are a few ways you can insert new fields but I’d probably recommend using a template override. To ensure the terms have been accepted, you’ll also want to add some sort of additional form validation.

    Check out these resources which, between them, cover both template overrides and setting up new form requirements:

    Does that help?

    #990123
    Diane
    Participant

    How do i remove:

    You may want to consider obfuscating any e-mail address published on your site to best avoid it getting harvested by spammers.

    #990481
    Barry
    Member

    Hi Diane,

    That ones a little trickier. A nice and convenient way to approach it is with some CSS:

    #event_organizer tr.organizer td small { 
        display: none 
    }

    You could add this to a custom tribe-events/tribe-events.css stylesheet within your theme 🙂

    #995039
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add check box to form’ is closed to new replies.