Skip to main content
davidh7142014
Participant
January 23, 2017
Question

email from submit button without opening a client

  • January 23, 2017
  • 1 reply
  • 607 views

My website opens my fillable PDF form.  When completed the submit button is set to email all the fields to the website email.  When the submit button is clicked a window opens asking for an email client to open.

I do not want the client to see this.  It should just send the email directly.

How do I set up to avoid this situation?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
January 23, 2017

You can't do it unless a script is installed on the users' local machines.

The alternative is not to use email, but to submit the form (or the form's data) to a web-server, and then process it there.

That's the only way of doing it without any user interaction at all.