Answers for "how to lock submit option until the terms and conditions are accepted in html"

SQL
1

set all the vluses in calumn in sql to false

UPDATE YourTableName
SET IsConfirmed=0
WHERE isConfirmed is Null
Posted by: Guest on April-20-2020

Code answers related to "how to lock submit option until the terms and conditions are accepted in html"

Code answers related to "SQL"

Browse Popular Code Answers by Language