i have normal html form
<form>
<input type="name" id="inputName" placeholder="Name">
<button type="submit">SUBMIT</button>
</form>
how do get the content of field "name" to be sent to my email using this plugin.
i have normal html form
<form>
<input type="name" id="inputName" placeholder="Name">
<button type="submit">SUBMIT</button>
</form>
how do get the content of field "name" to be sent to my email using this plugin.