Question

Photo of Jesse Pearson

0

Require email on prayer request form

Is it possible to edit the prayer request submission form to require an email address?

  • Photo of Dave Schuster

    0

    If you're using the stock block (rockrms/blocks/prayer/prayerrequestentry.ascx) like the one on alpha rock (http://alpha.rockrms.com/page/233), yes.  You need to go into the .ascx file and change Rock:RockTextBox ID="tbEmail" runat="server" Label="Email" TextMode="Email" Required="false" to true.  Should be about line 18 or so.

    Just keep in mind that when that block is updated in a future release, your fix will be overwritten unless you make a custom block in your plugins folder.

  • Photo of Jesse Pearson

    0

    Thanks so much!