I'm working on a very specific problem at my work place and have not been able to find answers for what I'm searching for
I'm looking to retrieve information from a MySQL DB and adding it to a form so it can be added(submitted) to a different DB, but before submitting the user needs to be able to make changes and add more data to the retrieved information form the first database.(imagine "copy and pasting if you will" from first database into the HTML form without submitting, if it makes any sense)
I've been stuck on this problem for for a few days. Any help or ideas are appreciated.