HTML5 Form Validator Support Product Page

Answered

Use of Validator Support for existing forms

Asked 28 Mar 2016 20:20:46
1
has this question
28 Mar 2016 20:20:46 Hope Tillman posted:
I want to add the validation support to existing insert and update forms that I already have created. With all the changes that have been made in the last year, would I be better off starting from scratch? How have others worked with their existing forms? I'm particularly interested in adding the feature of checking to see if the record already exists.

Replies

Replied 29 Mar 2016 07:29:29
29 Mar 2016 07:29:29 Teodor Kuduschiev replied:
Hello Hope,
You can apply client-side validation on any of your existing forms.
Server-side validation ( like check if record exist or not) requires your database query and server actions (insert/update/delete) to be created, through Server Connect.

Reply to this topic