Validation - Customization of client side validation #15216
Answered
by
leandrocfe
rajenindianic
asked this question in
Help
-
PackageForm builder Package Versionv3.2 How can we help you?Hi, I need to customize the client side validation, which is showing in brand name field in below image, I want to show this client side validation below input field. Below is my current code.
Thank You. |
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Dec 31, 2024
Replies: 2 comments
-
->required() shows the browser validation first, as you mentioned. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rajenindianic
-
@leandrocfe Thank You. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
->required() shows the browser validation first, as you mentioned.
->rule() shows the server validation. Maybe you can achieve what you want, but I think you need to create a custom field and develop it