WP Manifestindependent plugin directory
manifest / forms / wp-church-center-form-embedder

Church Center Form Embedder

A plugin to add embedded forms from Church Center to Wordpress

by Tim Schieck · github.com/timschieck/wp-church-center-form-embedder · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/timschieck/wp-church-center-form-embedder/archive/refs/heads/main.zip

Readme

Church Center Form Embedder

Adds the Planning Center Online Church Center Modal javascript to a WordPress site.

To make any Church Center form work as a modal popup rather than a URL to a seperate webpage there are two options.

First Method

The first method is to add the approrpiate field to the HTML URL tag:

<a href="church-center-form-URL" data-open-in-church-center-modal="true">Link to form</a>

Second Method

Alternatively you can add the modal option as a parameter to the URL of the link itself:

<a href="church-center-form-url?open-in-church-center-modal=true">Link to form</a>

Read the full README on GitHub →