Problem with Event Submission Forms

This topic contains 3 replies, has 2 voices, and was last updated by  Stephen Harris 8 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18626

    Sorry for my English…
    I insert shortcode on a page but only the additionnal fields and submit button are displayed.

    Your Name*
    Your E-mail*
    Fields do not display !

    Have you got an idea ?

    Stephane
    #18627

    Are you logged in? If you’re logged-in those fields will not display as the user will have provided in a name / e-mail in their profile.

    Stephen Harris
    #18650

    Thank you i understand.

    I would like to add all categories names with title on admin calendar events name /wp-admin/edit.php?post_type=event&page=calendar.

    Could you help me ?

    • This reply was modified 8 years, 8 months ago by  Stephane.
    Stephane
    #18672

    Hi Stephane,

    You can use this filter to change the event as it appears on the calendar: http://codex.wp-event-organiser.com/hook-eventorganiser_fullcalendar_event.html

    The $event in that example is an array, and the title (as it appears on the calendar) is stored under $event['title']. You can get a list of all the categories with: https://codex.wordpress.org/Function_Reference/get_the_term_list (with taxonomy set to ‘event-category’) and the event ID ($event_id) passed as the post ID.

    Please note the warning about the cache tough!

    Stephen Harris
Viewing 4 posts - 1 through 4 (of 4 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.