Viewing 14 replies - 1 through 14 (of 14 total)
  • Do you mean for event bookings or for user-submitted events?

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks for the answer, I mean event bookings
    I do not have user-submitted events

    Thread Starter mstudioIL

    (@mstudioil)

    Some more things:
    1. How to remove the “Comment” field on the event booking form?
    2. How to make the name,e-mail,phone fields Required?
    3. Can I redirect the users to thank page after they send the booking form?

    Other quetion
    I using this format to show events:

    [events_list category="124"]
    <div class="eventsDiv">
    <div class="eventDiv">
    <div class="eventDivDate">date: #_EVENTDATES</div>
    <div class="eventDivDate">#@l</div>
    <div class="eventDivTime">time:
    #_24HSTARTTIME</div>
    <div class="eventDivReg"><a href="#_EVENTURL"><span class="regBtn">next step</span></a></div>
    </div>
    </div>
    [/events_list]

    Can I remove repeating events that their date is over?
    or it removed automatically ?
    What the default time to order event? day before it start?
    ir I need to set it for every event?

    To remove events that are finished, use something like this as your shortcode:

    [events_list category="124" scope="past"]

    Not sure what you’re asking here…

    What the default time to order event? day before it start?
    ir I need to set it for every event?

    3. That would require custom coding.

    1 & 2 Are you the Pro version of Events Manager?

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks for answer
    I using the free version.
    I asked how I can when booking to events are over, if the event start on 06/08/16 20:00 until when people can book it?

    if think to code you gave me will help remove the events, I will check it.

    can you help with question 3?
    about question 3, can I show on the same page different message before the booking and after the booking?
    something like:

    {if not book} some message before booking {/if not book}
    {if book} some message after booking {/if book}

    Thread Starter mstudioIL

    (@mstudioil)

    EDIT for event booking if the start on 06/08/16 20:00
    I want people to be able to book it until 05/08/16

    by the way scope=”past” show past events, I want to show future not including the day we are in

    Thread Starter mstudioIL

    (@mstudioil)

    OK, I found something for the messages, I used CSS and jQuery.

    So I need answer about:
    1. showing only future events, not including the event of the current day
    2. removing the comment field
    3. making all the other fields required
    4. there is a way to send SMS to the person filling the form?
    it can be any plugin (free is better) or any other way to send it.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    1. you need custom coding for this at the moment – https://wp-events-plugin.com/tutorials/create-your-own-event-scope/

    2-3. this is already available in EMpro (official addon to EM) – https://wp-events-plugin.com/documentation/custom-booking-forms/

    4. it’s not possible out the box at the moment. it may be possible with custom coding.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks for the answers.
    1. Can you help me this somehow?
    2-3. Thanks I will check it
    4. Can you give help with this?

    Sorry, we’re not able to help with custom coding.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, do you know of someone or someway I will get help with this?

    Thread Starter mstudioIL

    (@mstudioil)

    Hey, I bought the pro version.
    Where I can get support for it?

    The Pro support forums are here:
    https://eventsmanagerpro.com/support/

    Thread Starter mstudioIL

    (@mstudioil)

    Great, I closing this.
    If will have questions I will go to the forums.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Approval message to user’ is closed to new replies.