What would you like to know more about?

Widget Configuration

Required Attributes

  • Return URL: This is the URL of the webpage that contains your Plan Your Visit widget. Used by verification email to resume Plan Your Visit.
    • Attribute: returnurl
    • Valid Value: fully qualified URL
    • Example:
      returnurl="https://example-church.com/visit"
  • Verification Email Template: Email that contains a validation link allowing an individual to proceed.
    • Attribute: verificationemailtemplateid
    • Valid Value: Message ID
    • Example:
      verificationemailtemplateid="141"
  • Church Notification Template: Email that notifies a designated point of contact (see, Plan Your Visit User).
    • Attribute: churchnotificationemailtemplateid
    • Valid Value: Message ID
    • Example:
      churchnotificationemailtemplateid="1"
  • Show/Hide Address: Determines whether the form will require an address. When disabled, these fields are hidden. ​
    • Attribute: collectaddress
    • Valid Value: true or false
    • Example:
      collectaddress="true"
  • Milestone to Assign: Designates which milestone will be assigned to those who plan their visit.
    • Attribute: milestonetoassignid
    • Valid Value: Milestone ID
    • Example:
      milestonetoassignid="15"
  • Milestone Program: Determines which program will be credited in the Milestone Assigned record.
    • Attribute: milestoneprogramid
    • Valid Value: Program ID
    • Example:
      milestoneprogramid="5"

Attributes must be included before the opening widget tag is closed. Attributes may be listed in any order and should be separated by a space or other whitespace. An attribute's value should be wrapped in quotation marks.

<mpp-plan-your-visit returnurl="https://example-church.com/visit" verificationemailtemplateid="141" churchnotificationemailtemplateid="0" milestonetoassignid="15" milestoneprogramid="5" collectaddress="true"></mpp-plan-your-visit>

Configure Your Widget

Fill out the Widget Configurator below, copy your generated widget code, and paste it into your website.