Hi, My dentist client is using GravityForms to collect lengthy new patient information. The staff prints the entries, and enters the data into their dental practice software. They want to reduce the amount of paper they are wasting. I want to change the layout of the table from this (2 rows):
<tr> <td colspan="2" class="entry-view-field-name">Date of Birth</td> </tr>
<tr><td colspan="2" class="entry-view-field-value">05/09/1973</td> </tr>
to one row.
Which Gravity Forms files contain this html code? Thanks!
<tr><td class="entry-view-field-name">Date of Birth</td>
<td class="entry-view-field-value">05/09/1973</td></tr>