Embedding search forms in post/pages

Home Forums Welcome! Pre-Sales Questions Embedding search forms in post/pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1015360
    Thomas
    Guest

    Hello!
    I read in your knowledge base that you offer short codes for some features but I couldn’t find a short code for embedding a search form. It’s that possible?
    That’s really the only answer I’d need to get a license.
    Thank you for your time.
    Best,
    T

    #1015376
    Brook
    Participant

    Howdy Thomas,

    I can see how that would be useful to embed elsewhere. While we do not have a shortcode to embed the search box, it can be easily embedded as HTML anywhere that accepts a shortcode. To do that just copy/paste the following:

    <form action="/events/" method="get">
    <label for="tribe-bar-search">Search</label>
    <input type="text" name="tribe-bar-search" id="tribe-bar-search" value="" placeholder="Search">
    <input type="submit" name="submit-bar" value="Find Events">
    </form>

    Would that work for your needs?

    Cheers!

    – Brook

    #1015698
    Thomas
    Guest

    Hey Brook,

    Yes that will do the trick!

    Thanks so much!

    Best,
    T

    #1015885
    Brook
    Participant

    Excellent! Happy to hear it. Let us know if you need anything else. Cheers! – Brook

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Embedding search forms in post/pages’ is closed to new replies.