Hi,If you have the email submit button, it will send via user's email
client. If you want the data to be submitted to your email inbox, not
having the end user to send it via their email client, then you'll need
to submit the form data to some server side processing, e.g. PHP or
Java, then send that to your email. It's like submitting a web form.
Diego