validate forms with javascript setting#1811
Conversation
WalkthroughThe recent changes in the Changes
Sequence Diagram(s)sequenceDiagram
participant Tester as Cypress Tester
participant FormBuilder as Form Builder UI
participant Settings as Form Settings
participant PreviewMode as Preview Mode Display
Tester->>FormBuilder: Add text field
Tester->>FormBuilder: Add email field
Tester->>FormBuilder: Add phone field
Tester->>Settings: Update form with JavaScript validation
Tester->>Settings: Enable JavaScript validation
Tester->>PreviewMode: Preview form in "edit" mode
PreviewMode->>Tester: Display form
Tester->>PreviewMode: Submit form with invalid data
PreviewMode-->>Tester: Show real-time error messages
Tester->>PreviewMode: Preview form in "view" mode
PreviewMode-->>Tester: Display form
Tester->>PreviewMode: Submit form with invalid data
PreviewMode-->>Tester: Show real-time error messages
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional comments not posted (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
No description provided.