-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# BU Liaison Inquiry # | ||
Inquiry form for Liaison Inc.'s SpectrumEMP enrollment CRM | ||
## Description | ||
This Wordpress plugin provides an inquiry form for prospective students. It uses the SpectrumEMP API to get the form parameters from Liaison, and submit the form data back to Liaison. | ||
## Usage | ||
### Admin | ||
The plugin provides an option page in the Wordpress admin, under the main `Settings` menu called `Liaison API Keys`. Enter the API Key and Client ID provided by Liaison for the relevant account here. | ||
### Inquiry Form shortcode | ||
Once the API Key and Client ID have been set, the inquiry form can be placed anywhere in the site by using the following shortcode: | ||
|
||
`[liaison_inquiry_form]` | ||
|
||
When the page or post is displayed, the shortcode will be replaced by the Liaison iquiry form. Prospective students can fill out the form and submit it directly from the Wordpress site, and will be redirected to their personal URL on the Spectrum EMP site. |