I have a form, and inside it I have an input, which will have to get what it contains inside a DIV, which in this case is just text.
The input looks like this:
<input class='formContato' type='text' name='orcamentoAssuntoForm' id='orcamentoAssuntoForm' value='Assunto'/>
In this case, the contents of this div must be within value
.
The div
in case is thus:
<div class="produtosIntTitulo margin-top-30">Produto teste 1</div>