super-embed:
<!-- This code is creating the form for the patients (CSS is added externally) -->
<H1 class="form-h">OBTÉN LA TUYA</H1>
<form class="form-inline" id="generateLink">
<input class="formEntry Name" id="name" name='Name' type='text' placeholder='Nombre' />
<input class="formEntry Phone" id="number" name='Phone' type='tel' placeholder='Teléfono'/>
<button class="submit" type="submit" value="Save Form">ENVIAR</button>
<a style="display: none" id="generatedLink" href="#" target="blank">click here</a>
</form>
<p class="italicFormText"><em>* Al pulsar enviar se te redirigirá a whatsapp.</em></p>
<!-- <select class="formEntry selector" id="call_me" name='Call'>
<option value="whatsapp">Whatsapp (la conversación se iniciará automáticamente)</option>
<option value="callme">Contáctenme</option>
</select> -->