FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » button to send an email
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: button to send an email [message #179302 is a reply to message #179293] Tue, 02 October 2012 19:23 Go to previous messageGo to previous message
houghi is currently offline  houghi
Messages: 45
Registered: September 2011
Karma:
Member
Beauregard T. Shagnasty wrote:
> Do be aware that your form could be used by malcontents, who could enter
> someone else's email address for spamming and annoyance purposes. In my
> email forms, I always have the form just send mail to me, then I reply
> manually to the visitor. This may or may not fit your needs.

I also look at it from the users point of view and then decide what
might be the best solution.

At work we use several forms between departments. The advantage is that
it is easy to fill out, people get the information in the same layout
and this impoves effeciency. Also it avoids information being forgotten,
e.g. account numbers or other information.

As an Internet user, I want to have what I send in my send items. Forms
does not offer me this ability. So a 'mailto' link is a better solution.
It can sill fill out the subject, so it is easy to filter. You can even
add your standard body.

Obviously with php these can be generated and can include e.g. cookie
information, so you have some way of knowing who the mail came from if
that is of importance.

It is also a LOT easier to do.

If you do decide on forms, rather use two different forms then one that
can handle two issues. See that there is as little information as
possible that needs to be filled out.
e.g. if people must be logged in, you do not need to ask their username
or email as you mhave that already.
Ask only information that is relevant and try not to have any 'free
entry' text fields. The complexer they become, the more people will use
it wrongly and the more counter productive they will become.

http://www.alistapart.com/articles/inline-validation-in-web-forms/ is
interesting as well.

houghi
--
How do you ask a man to be the last man to die in Iraq?
How do you ask a man to be the last man to die for a mistake?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Asynchronous execution of PHP file
Next Topic: problem with link checker
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Oct 07 09:52:42 GMT 2024

Total time taken to generate the page: 0.05408 seconds