Prayer Request Details
Edits an existing prayer request or creates a new one.
Last updated
Edits an existing prayer request or creates a new one.
Last updated
⚙️ Powered by Rock RMS
Content is passed in through a page parameter, referenced as RequestGuid
. There are quite a few examples of passing page parameters (also known as query parameters) lying around the documentation, and here is a great example.
The parameters that this block looks for are as follows.
Name | Type | Description |
---|---|---|
If disabled, then the user will not be able to select a category and the default category will be used exclusively.
A top-level category. This controls which categories the person can choose from when entering their prayer request.
The default category to use for all new prayer requests.
If enabled, prayer requests are automatically approved; otherwise, they must be approved by an admin before they can be seen by the prayer team.
The number of days until the request will expire (only applies when auto-approved is enabled).
If enabled, an 'Add/Edit Prayer Request' header will be displayed.
If enabled, requestors will be able to flag prayer requests as urgent.
If enabled, requestors will be able to set whether or not they want their request displayed on the public website.
If enabled, all prayers will be set to public by default.
If set to something other than 0, this will limit the number of characters allowed when entering a new prayer request.
Should the campus field be displayed? If there is only one active campus then the campus field will not show.
Require that a campus be selected. The campus will not be displayed if there is only one available campus, in which case if this is set to true then the single-campus is automatically used.
Require that the last name be entered. The first name is always required.
If enabled, the request will be linked to an existing person if a match can be made between the requester and an existing person.
What action to perform after saving the prayer request.
The XAML markup that is used when the Completion Action is set to Show Completion Xaml.
An optional workflow to start when a prayer request is created. The PrayerRequest will be set as the workflow 'Entity' attribute when processing is started.
RequestGuid
Guid
The guid of the request you wish to display details of.
GroupGuid
Guid
An optional page parameter containing the Guid of the specific group.
Guid
If passed in, this will update the block to use the Person with the Guid corresponding to this value instead of the currently logged in person.
RequestorPersonGuid