Forums

copy and paste

alex305v 02 Oct, 2020
I am stuck trying to get this:
I need the data from one textbox field to copy to another, this could happen with the submit button or even with a click of a checkbox but it needs to happen before being saves to the database. I am horrible with coding if anyone can help me with this it would be great.
Names of fields are:
copy from textbox: notes
copy to textbox: message

thanks in advance
healyhatman 03 Oct, 2020
Just use {data:notes} as the override for the message column when doing the database save
You need to login to be able to post a reply.