GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
note-row.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Display a note, without editing options
4  *
5  * @since 1.17
6  */
7 ?>
8 <tr class="{row_class}">
9  <td class="entry-detail-note">
10  {note_detail}
11  </td>
12 </tr>