Webflow sync, pageviews & more.
NEW

Is there a straightforward method, such as using custom code or attributes, to showcase individual form submissions for each paid client within their Webflow dashboard, considering the current setup where the form data is sent to Trello and a CMS?

TL;DR
  • Use Make or Zapier to send form submissions to a Webflow CMS collection, associating each entry with a unique client identifier.
  • Secure client dashboards with Memberstack or Webflow Memberships to show only that client's submissions, using hidden form fields and automation for correct data linking.

Webflow does not natively allow individual clients to view their specific form data within the Webflow Dashboard, especially if submissions are routed to external platforms like Trello or stored in the CMS. However, you can achieve this functionality using a combination of CMS collections, Memberstack, and custom form workflows.

1. Send Form Data to a CMS Collection

  • Instead of just sending data to Trello, also route form submissions to a Webflow CMS collection using tools like Make (Integromat) or Zapier.
  • Each form submission should include a reference to the client, stored in a unique CMS field (e.g., Client ID or email).
  • This will create a log of submissions tied to a specific client in Webflow.

2. Restrict CMS Content with Membership Tools

  • Use Memberstack, Webflow Memberships, or Outseta to create secure client login portals.
  • Set up dynamic CMS pages where each logged-in client can only view their own submissions.
  • Using Memberstack, you can define “User-specific content” by linking a CMS item to a user profile (usually via an email or unique identifier).

3. Auto-Relate Form Submissions to Logged-In Clients

  • Add a hidden field in the form, dynamically populated with the logged-in user’s unique ID or email using custom attributes (like data-ms-member) from Memberstack.
  • When the form is submitted, this identifies which client is submitting and is used in the Make/Zapier automation to ensure the CMS entry is correctly tied to that client.

4. Display Submissions in a Dashboard Page

  • Create a client dashboard page using a CMS Collection List filtered by the authenticated user's ID.
  • Each client sees only their own form submissions, formatted however you prefer (cards, tables, etc.).

5. Optional: Keep Trello Integration

  • Trello can still be part of the workflow. Use a branching automation in Make/Zapier to send the same form submission data to both Trello and the Webflow CMS.

Summary

You can’t showcase form submissions per client within the Webflow Dashboard, but by storing submissions in the CMS and securing them with Memberstack or Webflow Memberships, you can create a personalized client dashboard inside your site. Use automation tools to bridge form data between Trello, CMS, and user identity.

Rate this answer

Other Webflow Questions