After filling out the form, Gmail pops up with no data entered. How can I ensure that the information I input in the form is transferred to the email?
<form class="" action="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5f3a273e322f331f38323e3633713c3032">[email protected]</a>" method="post">
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="117f707c74517469707c617d743f727e7c">[email protected]</a>">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Example textarea</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>