Page 1 of 1

Get field value before insert in table

Posted: 2024-02-15 21:09
by tchristophe
Hello,

I have a form with text fields.
I want to get the value of this fields in $variables before their are posted in the database.
Same question question for droplist fields...
Thank you for your ides's, help, suggest, etc.
(:-)
Christophe

Re: Get field value before insert in table

Posted: 2024-02-15 21:12
by jsetzer
Check out my post here:
viewtopic.php?p=22169#p22170

There you will see how to get form's data (and also current database data) in PHP before save.