When using the mailto link, the chances are that he does nothing for the user if he does not have the mail client settings or if he has not configured his web mail as the default client (ea. Gmail as the default client in macosx ). What would be the best way to elegantly suggest a backup by kindly asking the user to manually send you an email? I could use JS or css to display the message after clicking the link:
submit was successful, or if nothing happened, write us an email manually.
How about using the form with mailto, can I use the redirect page on successful completion without or using server-side scripts? Is there a way to filter success from failure instead of relying on the user's judgment to report double success / failure above?
edit: At least that would be the most appropriate way to change the state when the mailto link (or form) was clicked. JavaScript or css are obviously parameters, but I can't just create a double-action link or submit a form; mailto, as well as a link to another page (you sent / clicked the "button")
javascript css forms mailto server-side
newnomad
source share