Given: a textarea and a button to insert a name placeholder for later replacement.
Now the button is just text: {firstname}, but I would like it to be an image, to use a full WYSIWYG for this is not how i want to implement it.
Is there a way to make a div typeable (change a div to an input field)?
I am thinking of making a inline input that will be focused on clicking the input div, and having a onkeyup functionality to append the inserted text into the div.
Any suggestions?
Any help is welcome! thanks!