Eventonomy

Event Editor Block

The Event Editor block (eventonomy/event-editor) is a frontend form members use to create or edit their own events. It's a custom sectioned form built for Eventonomy, not the native WordPress block editor.

When to Use It

Add it to any page where members should be able to submit or edit events. It's also the block used inside the My Events dashboard for the "create" and "edit" sections, so most sites don't need a separate standalone page for it - but you can add one if you want a dedicated event-submission page.

How to Add It

Block Editor:

  1. Open the page in the Block Editor.
  2. Click + and search for Eventonomy Event Editor.
  3. Insert the block.
  4. Open the block's Settings panel to set a redirect URL if you want members sent somewhere specific after saving.

Shortcode:

[eventonomy_submit event_id="0" redirect_url="/events/"]

Settings

Setting Attribute Type Default Description
Event ID eventId number 0 0 opens a blank form to create a new event. A real event ID opens that event for editing.
Redirect URL redirectUrl string (empty) Where to send the member after they save. Leave empty to stay on the same page.

What Members Can Do

Members fill out the sectioned form to create a new event or update one they already created, then save and continue.

Related Blocks

My Events