Exclude TextInput in Form from saving in database
Hi!
I have following Text input:
So basically if I enter the pin, it tells me whether it is correct or not. This functionality is working. But below this I have my regular Form. And as soon as I want to save the Form it tells me that the column checkServicePIN does not exist. This is right but I do not want to save the entered pin. It should only check it with the one that is already stored in the database and save the result in the column lastPINentry. The Placeholder shows this result.
How can I exclude the text input from beeing saved to the databse?
2 Replies
Solution
->dehydrated(false)
thanks π