What would you like to know more about?

Auto Login Links

Aside from what already exists in your system, you can create additional auto login snippets.

Note: Auto Logins are not supported by widgets.

Portal Auto Login Snippet

When supplied with correct values, the following link automatically logs in a specific User into the Portal and land on a specific page.

https://{your church domain}/portal/login.aspx?dg=[Domain_GUID]&cg=[Contact_GUID]&ReturnUrl=/portal/<return-page>

Custom Form Auto Login

The Custom Form auto login link automatically logs a specific User into your website and displays a Custom Form. So assemble your church's information and get ready to copy and paste! You'll need:

  • Your Domain (this is your church's website)
  • Custom Form GUID (you can find this on the Form record)

When configured, the auto-login link should look like the code below. Make it easy on yourself by copying this text and updating it with your domain and Custom Form GUID. Be sure to replace "[Form GUID]" with the GUID from the form you're linking to.

https://{your church domain}/portal/login.aspx?dg=[Domain_GUID]&;cg=[Contact_GUID]&;ReturnUrl=/portal/get_form.aspx?id=[Form GUID]
Note: Alternatively, you can use a simple link. Any Custom Form can be accessed using a link in the following format: https://{your domain}/portal/get_form.aspx?id=[form_guid] where {your domain} is your church's base website (e.g., www.example-church.com) and [form_guid] is the GUID created when you initially save the form record. To get this value, open a Form record and look for the Form GUID field.