I have a form where name=""
fields have values different from [ ]
because of an API I'm using. I was wondering how can I get this input value to send to an email?
<form id="msform" method="post" action="send.php" enctype="multipart/form-data">
<input id="nome_completo" name="curriculo[nome_completo]" minlength="5" type="text" class="form-control" placeholder="Nome Completo*">
</form>