Forum Moderators: phranque
Web based email users can't just click on an email icon or click on an "email us" link and have an email come up like Outloook Express users get. So they have to copy and paste the email address into their Yahoo, Hotmail or Gmail email.
What else can we as web designers do to make it easier for them? Provide a Submit form rather than an email icon or an "email us" link?
Or are they just used to having to copy and paste?
Eliz.
- One is never sure if the form actually worked. Many non-technical users don't trust unfamiliar programs, they know and trust their email client. Also with all the phishing sites around, there's added stress that their data is going to the wrong place.
- Visitors have to type in their email address, this is not much better than copy and pasting your email address into their client. And if they make a typo it's very hard/impossible to reply to them. At least if they make a typo in their email client, there's a reasonable chance they'll get a delivery failure notice.
- Usually the form doesn't allow for attachments (which may be a good thing), so one has to go through an extra round of emails to send a file (e.g. screenshot of a bug).
- Bugs in the submission form's underlying code leave it open to hacking.
borntobeweb said: One is never sure if the form actually worked.
borntobeweb said: Also with all the phishing sites around, there's added stress that their data is going to the wrong place.
borntobeweb said: And if they make a typo it's very hard/impossible to reply to them.
borntobeweb said: Bugs in the submission form's underlying code leave it open to hacking.
I generally prefer to use my own email so that I can keep copies and feel a slight distrust of sites that hide their email address. On the other hand, as a webmaster, I embraced forms gladly when creating a new site because of the sheer volume of spam that was hitting my old mailbox.
I don't think I've sacrificed any credibility in doing this. In place of the contact forms I have 2 javascript encrypted mailto links and 2 phone numbers. Anyone with any questions is still free, and is in fact encouraged, to contact me, they're just not going to do it from an onsite form. I've found that the people who make the effort to pick up the phone and call are generally the people I want to be dealing with anyway.
Ask a question, wrong answer and it gets sent back to the form. For my forms I use something on the page itself, usually a undelined word in paragraph above the form, What word is underlined in the pargraph above?
The key is that it's unique and would be for every site that used it.
By tossing out forms and displaying an email address, all you're doing is submitting your customer to a different kind of spam, one that a different bot attacks. The email address winds up in a mailing list farmed by an email spider. So now you have spam coming from somewhere that has nothing to do with the website, and there is **nothing** you can do to stop it other than losing half of your valid email in a faulty mail filter.
Only novices will sacrfice trust of a company if the email address is not visible, especially if all other contact information is readily available. The major advantage of a form is it gathers from the client the information required to authoritatively answer their question and solve ther problems.
Which is what a website does. Provides solutions to customer problems.
The era of nicely using simple forms for contact purposes has gone