Hey guys, I have a question.
I'm creating a plugin that shows a custom box in a custom post type area. When the user inserts data into an input inside this custom box, the plugin uses this value to return another one.
How can I automatically copy this input into the post area? (Where the post is written). I've considered just telling the user to CTRL+C, CTRL+V in the post area. But there has to be another way. I thought of Javascript, but I want to know if there is any other way to do this.
Thanks!