My Prayer Requests
Shows a list of prayer requests that the user has previously entered.
This block is used by an individual to manage the prayer requests that they've previously posted.
Query Parameters
The query parameters this block looks for upon initialization are as follows.
Name | Type | Description |
---|---|---|
GroupGuid | Guid | An optional Guid of the group to filter prayer requests to. |
Block Configuration
Edit Page
The page that will be used for editing a prayer request. Try setting this to a page containing the Prayer Request Details block.
Answer Page
This page is used for allowing the user to enter an answer to prayer. Try setting this to a page containing the Answer To Prayer block.
Merge Fields
In the template, you have access to these objects:
Field | Type | Description |
---|---|---|
PrayerRequestItems | List<PrayerRequest> | The entire list of prayer requests. |
EditPage | Guid | The Guid of the page to edit a prayer request. |
AnswerPage | Guid | The Guid of the page to answer a prayer request. |
Last updated