0
I’m having a problem trying to get the values of these inputs to be sent to a database, my knowledge of php is very basic, I tried searching in various forums to see if I found something but I was not successful. I would like help to do this.
<div id="data">
<section>
<label for="">Nome:</label>
<br>
<input type="text" id="nome" required>
<br>
<label for="">Sobrenome:</label>
<br>
<input type="text" id="sobrenome" required>
<br>
<label for="">Cargo:</label>
<br>
<select id="cargo">
<option value="desenvolvedorFront">Desenvolvedor - Front-End</option>
<option value="desenvolvedorBack">Desenvolvedor - Back-End</option>
<option value="designerGrafico">Designer Gráfico</option>
<option value="auditor">Auditor</option>
<option value="analistaFinanceiro">Analísta Financeiro</option>
</select>
<br>
<button id="confirmar" onclick="confirmaInputData()">Confirmar</button>
<div id="outputData"></div>
</section>
</div>
Okay, thank you so much I managed to solve my problem using your explanation.
– Lelouch
Ball show, @Joãopedroantoniazi , Continue on this path. May the force be with you!
– Gato de Schrödinger
And with you too!
– Lelouch