I want to use a Web form on my Website. Can you recommend a script to email the form results?

Yes we can recommend the script available from www.tectite.com.

Help file links are available from within the script itself.

Installation

1. Add your Web form etc. to your Web page

2. Ensure the form action is set as follows

Form Action

3. Add the following code to your Web form entering the relevant data in the form fields

Form Fields

4. Download formmail.php from www.tectite.com

5. Modify the code in lines circa 250-260 of formmail.php to;

$TARGET_EMAIL = array(EMAIL_NAME."@yourdomain\.ie$"); // the domain name of the recipient email address

Help@: http://www.tectite.com/fmdoc/target_email.php



define("DEF_ALERT","[email protected]"); // the email address you want to receive form warnings and updates to, can be left blank

Help@: http://www.tectite.com/fmdoc/def_alert.php

$SITE_DOMAIN = "www.yourdomain.ie";   // the domain that will be using formmail.php

Help@: http://www.tectite.com/fmdoc/site_domain.php

6. Upload your updated formmail.php script to the same directory as your web form and begin testing

If you are having difficulty in getting your form to work please contact [email protected].

  • 200 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

How can I login to my hosting Control Panel?

Customer Hosting Control Panels can be accessed via each customers Storm Web Account. Once logged...

What PHP version is currently installed?

Version 5.x is currently installed on all cPanel servers. The exact version is detailed in the...

How can I easily install Wordpress, Joomla, PHPBB, Magento etc.?

In the Site Software section of each hosting Control Panel (cPanel) applications such as...

Into what directory do I upload my Website files?

Ater logging into your Home Directory via FTP or using the cPanel File Manager you will see a...

Can you recommend FTP software to upload site files?

The free to download and use Filezilla FTP software is probably one of the best FTP software...