opnform-host-nginx/client/lib/forms/composables
JhumanJ 088e76955d Enhance Form Functionality and Submission Logic
- Added `restart` and `formManager` to the exposed properties in `OpenCompleteForm.vue` for improved form management.
- Implemented a watcher in `FormEditorPreview.vue` to reset the form when switching modes, enhancing user experience during form interactions.
- Updated the `restartForm` function in `FormEditorPreview.vue` to handle errors gracefully and ensure the form can be restarted correctly.
- Modified the `useFormSubmission.js` to conditionally perform submissions based on the form mode strategy, allowing for mock submissions in preview mode.

These changes aim to improve the overall functionality and user experience of form handling within the application, ensuring better management and interaction with forms.
2025-05-19 12:23:37 +02:00
..
useFormInitialization.js Apply refactor changes for edit submission (#757) 2025-05-15 16:24:11 +02:00
useFormManager.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormPayment.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormStructure.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormSubmission.js Enhance Form Functionality and Submission Logic 2025-05-19 12:23:37 +02:00
useFormTimer.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormValidation.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
usePendingSubmission.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00