Core Docs - Engagement - Prayer Card View Block

Rock Version: v20.0
Last Modified: 2026-05-01 1:40 PM

An alternate way for your prayer team to pray is to use the Prayer Card View block. This block is similar to the Prayer Session block described in the prior article, except prayer requests are viewed as cards on the page. All the person needs to do is click the Pray button to have the prayer counted.

The Prayer Card View block ships with Rock but isn't added to any pages out of the box, so it will need to be added to a page on your external website. You can add a new page for this block, or you might replace the Prayer Session block on the Prayer Team page.

Block Settings

The block settings for the Prayer Card View block give you several options for how your prayer team will interact with the prayers. You'll find many of these settings have the same functions as the settings we discussed in the prior article.

{% for prayer in LastPrayed %}
    {% if prayer.RequestId == item.Id %}
        {{ prayer.PrayerDateTime }}
    {% endif %}
{% endfor %}    

The Last Prayed collection also has other data you can show besides the PrayerDateTime. You can also print the RequestId, and the FirstName and LastName of the person who prayed.