I want paste clipboard in many text fields so I want to create a paste button to paste anything in clipboard to a text field.
How can I create that??
I want paste clipboard in many text fields so I want to create a paste button to paste anything in clipboard to a text field.
How can I create that??
You can't make a "paste" button PHP. When you say paste, I am assuming you are referring to pasting what is in the clipboard. However, this can be accomplished through JavaScript.
Here's a super nice resource on how to copy and paste in JavaScript:
https://www.lucidchart.com/techblog/2014/12/02/definitive-guide-copying-pasting-javascript/