Title: Single Entry View Output Display
Last modified: August 21, 2016

---

# Single Entry View Output Display

 *  [Cicor](https://wordpress.org/support/users/cicor/)
 * (@cicor)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/single-entry-view-output-display/)
 * I’m working with the Directory plugin and everything for the most part is great.
   I do have an issue with being able to figure out exactly how to format the Single
   Entry View to be the way I would like it. I’m actually OK with the Table view
   and how the information displays, but I would like to see the table split into
   two sides. The left side would have the Field Name and the right side would have
   the Field Data for that entry.
 * Any suggestions on this?
 * You can see what I’m dealing with by looking at this page on the site.
 * [http://chirochoices.com/chiropractor-directory/](http://chirochoices.com/chiropractor-directory/)
 * Thanks in advance for any suggestions.
 * [http://wordpress.org/plugins/gravity-forms-addons/](http://wordpress.org/plugins/gravity-forms-addons/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Cicor](https://wordpress.org/support/users/cicor/)
 * (@cicor)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/single-entry-view-output-display/#post-4459662)
 * I think I figured out the issue after reading a ton of the coding involved. Here
   is what I have figured out is the issue for the table displaying the proper layout
   into a two column view of the data.
 * Currently the output is like this:
 *     ```
       <tr>
       <th colspan="2" class="entry-view-field-name">Field Name</th>
       </tr>
       <tr>
       <td colspan="2" class="entry-view-field-value">Field Value</td>
       </tr>
       ```
   
 * And it should be like this:
 *     ```
       <tr>
       <th colspan="1" class="entry-view-field-name">Field Name</th>
       <td colspan="2" class="entry-view-field-value">Field Value</td>
       </tr>
       ```
   
 * This will allow for the Heading <th> for the field name and the <td> for the 
   field value to be on the same line.
 * Is there a specific area in your plugin that can be adjusted to reflect the output
   fields needed? Please advise.

Viewing 1 replies (of 1 total)

The topic ‘Single Entry View Output Display’ is closed to new replies.

 * ![](https://ps.w.org/gravity-forms-addons/assets/icon-256x256.jpg?rev=996787)
 * [Gravity Forms Directory](https://wordpress.org/plugins/gravity-forms-addons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-addons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-addons/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-addons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-addons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-addons/reviews/)

## Tags

 * [table formatting](https://wordpress.org/support/topic-tag/table-formatting/)
 * [views](https://wordpress.org/support/topic-tag/views/)

 * 1 reply
 * 1 participant
 * Last reply from: [Cicor](https://wordpress.org/support/users/cicor/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/single-entry-view-output-display/#post-4459662)
 * Status: not resolved