Hello, Coders. It’s me again!
The PROBLEM:
Submit button does not submit. I’ve checked the console, but I don’t know what the errors mean ( see picture ).
The SETUP:
So, I’ve updated my Client Portal Dashboard so that all of the most used portal features are all available to the user directly from their dashboard. This update necessitated my using three dataset versions of my Messages database collection (Permissions are set to Site Member can read, create & update. Admin can delete).
This database contains the tasks and messages sent by my clients.
The three versions on the dashboard are:
-
Open Messages (Read Only Mode - Displays all of the logged in client’s open tasks in a table on the page)
-
Completed Messages (Read Only Mode - Displays all of the logged in client’s completed tasks in a table on the page)
-
New Tasks (Write-only Mode - allows user to submit a new task using a Wix Form on the page). Each of the Wix Forms elements is connected to the Messages database.
Can any of you help?