Cornerstone Forms - Form Data table shows blank values in submission entries

Hi team,

I’m seeing an issue with the Form Data display on individual submission entries.

Environment
Pro Theme latest, Cornerstone 7.8+, Cornerstone Forms latest, SiteGround hosting.

What’s happening
When I go to Cornerstone > Form Submissions and open an individual entry, the Form Data table at the bottom shows all the field keys (Contact Name, Business Name, Email Address, Phone Number, Description, Page Source) but the Value column is blank for most or all fields.

However, the submission Content body above it correctly displays the data using the Dynamic Content tokens. For example:

  • Title shows: “Enquiry from Josh” (correct)
  • Content shows: “Name: Josh, Business: OfficePro…” (correct)
  • Form Data table shows: Contact Name = (blank), Business Name = (blank), etc.

So the data IS being captured and stored — the tokens resolve correctly in the Content field — but the Form Data key/value table doesn’t display the values.

Form setup

  • Submission: enabled
  • Title: Enquiry from {{dc:form:data key=“Contact_Name”}}
  • Content: uses {{dc:form:data key="…"}} tokens for each field
  • All field Names use spaces (e.g. “Contact Name”, “Business Name”)
  • Tokens use underscores as that’s what works for the Content/Email body

Expected behaviour: Form Data table shows submitted values against each key.

Actual behaviour: Keys are listed but values are blank.

This looks like a display bug in the admin view rather than a data storage issue. Screenshot attached if needed.