What would you like to know more about?

Configuring Event Finder

Quick Start

The Event Finder widget is used in tandem with the Event Details & Registration and Invoice Details & Payment widgets for a great experience from start to finish. See Finder Widgets + Details Widgets to learn more about how they interact. And see Quick Start to get started.

If the shared script hasn't been added to your website, add it to the appropriate webpage, replacing "example-church.com" with the base URL of your church's website.

<script id="MPWidgets" src="https://example-church.com/widgets/dist/MPWidgets.js"></script>

Add the following snippet of code (after replacing the required attributes) in the body of your chosen website page to create the Event Finder:

<mpp-event-finder targetURL="https://example-church.com/event-details"></mpp-event-finder>
Tip: While not mandatory, this snippet would typically be placed inside a <div> element with the class "container".