Answer To Prayer
Displays an existing prayer request and allows the user to enter the answer to prayer.
Last updated
Displays an existing prayer request and allows the user to enter the answer to prayer.
Last updated
⚙️ Powered by Rock RMS
If you haven't yet set up a block that lists prayer requests in some order, I would recommend starting with that. A couple of examples of those are Prayer Card View and My Prayer Requests. Those blocks both have a setting that should link to a page containing this block.
The query parameters this block looks for upon initialization are as follows.
Name | Type | Description |
---|---|---|
RequestGuid | Guid | The Guid of the prayer request being answered. |
If set then the current page will be replaced with the Return Page on Save. If not set then a Pop Page is performed instead.
Ensures that the person editing the request is the owner of the request.
The template for how to display the prayer request.
In the template, you have access to these objects:
Field | Type | Description |
---|---|---|
PrayerRequest | The prayer request that is being answered. |