0
I have a form with multiple fields and I want to put the option of the user to insert a comment in the field value.
Example:
<form>
<input type='text' id='campo'>
<input type='hidden' id='comentario'>
<submit>
</form>
What I want to do is right-click the input[id=campo]
it shows a balloon so I put a text and this text will stay on value
of my field input[id=comentario]
.
Can someone give me an example of how to do this?
It’s almost that, I just need to put it together with another project that I have, because I want to make this box appear inside a balloon and at the time I click off the balloon and there’s a marker in the box. And then Submit is in the two input.
– Marcius Leandro
When I right click it still opens the default dialog box, have to make it disappear?
– Marcius Leandro
the following is an all-test code: http://codepen.io/MarciusMcflay/pen/YWKEJe
– Marcius Leandro