Okay
  Public Ticket #3502093
Can we create a form to register users for the event
Closed

Comments

  •  1
    Vimal Patel started the conversation

    Can we create a form to register users for the event

  •  785
    Zhivko replied

    Hi,

    The RSVP form at the moment is not customizable. 

    This feature will be added in the future.

    The only extra field that can be inserted to the form currently is attendee phone number.



    Stachethemes Developer

  •  1
    Vimal Patel replied

    Hi I have purchased this plugin. but when I upload the zip file  & click on install there is an error message - The link you followed has expired.

    Attached files:  error_message.png

  •  785
    Zhivko replied

    Hi,

    Increase your PHP maximum upload file size limit to at least 20MB.

    If you are not sure how to do this contact your host support.


    Stachethemes Developer

  •  1
    Vimal Patel replied

    Hi, PHP upload file size is already set to 200MB

  •  1
    Vimal Patel replied

    Hi, I was able to install the plugin now,  plugin is active now - but there is a message - Stachethemes Event Calendar database update failed.


    how do I chk if this is the latest version & plugin is installed properly

  •  785
    Zhivko replied

    This is a false positive. Please ignore it. It will be fixed next week.


    Stachethemes Developer

  •  785
    Zhivko replied

    Update: To fix this problem just go to the Calendar settings and click "Save".


    Stachethemes Developer

  •  1
    Vimal Patel replied

    Hi, 


    Can you please help with a shortcode where I want to show a list of all the events in Agenda format. but all the past events also need tobe shown. Also need arrange the same in ascending order.


    I tried below Calander short code, but was not able to show past events


    [stachethemes_ec cal=284 calendar__layout="agenda" calendar__layouts="agenda" layouts__agenda_slider=false filter__min_date=2023-08-31]


    link: https://web.matrixcomsec.me/about-us/awards/


    Regards,

    Vimal Patel

  •  785
    Zhivko replied

    Hi,

    Sorry for the delay.

    Try out this shortcode:

    [stachethemes_ec filter__calendar=284 calendar__layout="agenda" calendar__layouts="agenda" layouts__agenda_slider=false filter__min_date=2023-08-31 filter__start_date=2023-08-31 layouts__agenda_list_unbound=true]

    Shortcode parameters:

    • filter__calendar: 284 - Filter events by calendar ID.
    • calendar__layout: agenda - Sets the initial layout view to "agenda."
    • calendar__layouts: agenda - Specifies that the "agenda" layout is available in the top menu.
    • layouts__agenda_slider: false - Disables the agenda slider section.
    • filter__min_date: 2023-08-31 - Filters events to display only those on or after August 31, 2023.
    • filter__start_date: 2023-08-31 - Sets the initial start date to August 31, 2023.
    • layouts__agenda_list_unbound: true - Allows the agenda list to display events beyond the active month.

    Stachethemes Developer

  •  1
    Vimal Patel replied

    this is working good !!!!! 

    thanks for the help


    Regards,

    Vimal Patel