Formmail Overview FormMail is a script, which takes the results of any form and sends them to a specified user. You don't need any programming knowledge or multiple scripts for multiple forms. If you can create a basic form in HTML, formmail will send the gathered information to your e-mail account. 1. Create a form with any decent web page creation software. 2. The form action line should be changed to: <form
method="POST" action="/mail/formmail.asp?recipient=username@your_domain.com NOTE: The formmail.asp script will do all the programming work for you. There is no spacing among the above three lines, i.e. It is only one line in HTML. There is three form parameters that you must have in your form for Formmail to work correctly. This is the recipient parameter. Required Form parameter:
Optional Form Fields:
The form action line should be changed to: <form
method="POST" action="/mail/formmail.asp?recipient=username@your_domain.com Copyright (C) 1999-2001. 188 Web Services Limited. All
Rights Reserved. |