Issue with Displaying Submissions on Mosparo Dashboard #177
Replies: 1 comment 1 reply
-
Hi @diegodmzr Thank you very much for your message and sharing your code. The submission is only visible in the dashboard and the list of submissions when the submission was verified in the backend of your website. To make sure that the user cannot manipulate the form submission, it is required to execute both mosparo processes: the frontend validation by mosparo (by clicking the checkbox/with the code you have in the third screenshot) and the backend verification in the backend of your website before you process the form data (for example, before you send the email or store the data in the database). Do you also have the backend verification? Can you show that part of the code, too? Documentation: https://documentation.mosparo.io/docs/integration/custom#performing-verification Kind regards, zepich |
Beta Was this translation helpful? Give feedback.
-
Hello Mosparo Team,
I hope this message finds you well. I'm reaching out regarding an issue I'm experiencing with the display of submissions on the dashboard of my self-hosted Mosparo project running on Ubuntu. I'm using Vue.js for the login page, and I've converted the code provided in the documentation to Vue.
Despite the overall functionality working correctly, no submissions are being displayed on the dashboard after captcha validation. I've followed the documentation closely for the integration, but the issue persists.
Could you please assist me in identifying the cause of this malfunction and guide me in resolving it promptly?
Thank you in advance for your assistance.
Best regards,
Screenshot :
Beta Was this translation helpful? Give feedback.
All reactions