HTML Form To Email


Use the following HTML code to create a basic feedback form that sends you an email when submitted. When a visitor submits this form, the PHP script will generate an email to the webmaster containing the contents of the completed form.

The PHP script is a basic script but it works well. Because of its simplicity, it is very easy to follow. Feel free to customize the code for your own purposes.

Installation:
Once you've downloaded the .zip file above, do the following:

-
Extract all four files to a directory located within your website (on your local machine). If you don't have a copy of your website on your local machine, any directory will do for now, as long as you upload all files to your hosting provider after the following steps.
-
Open send_mail.php and find the line that reads $webmaster_email = "name@example.com"; (at the top of the file). Change the name@example.com email address to your own email address (or where ever the form contents should be emailed to).
- Once you have checked that the form works on your server, customize the look and feel of feedback_form.html, thank_you.html, and error_message.html to suit your website.If you change the names of the files, be sure to update the PHP script to reflect the new names.

Also, if you are familiar with HTML/PHP, you could combine the code from all four files into one PHP file.

However, this would require substantial modification so, unless you know what you're doing, keep them as four separate files.
Source: http://www.quackit.com



Keyword: Send e-mail from a form | Email Form | From an HTML Form to an Email Inbox | Set up an HTML mailto form | HTML Tutorial | How to get email from an HTML form submission | Email Me Form | How to create a form and make it email its content to your mailbox | how to make an email form in html | html email form code | php email form | html email form php | html contact form | html email form generator | javascript email form | html form email submit

You may also like:

How to disable or enable Dr. Watson for Windows

This article describes how to disable and re-enable the Dr. Watson program for Windows.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly.

Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.

For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:322756 How to back up and restore the registry in Windows

Note Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.

To have us fix this problem for you, go to the "Fix it for me" section. If you prefer to fix this problem yourself, go to the "Let me fix it myself" section.

Notes:
  • This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
  • If you are not on the computer that has the problem, save the Fix it solution to a flash drive or a CD and then run it on the computer that has the problem.
How to manually:
A. To disable Dr. Watson
  1. Click Start, click Run, type regedit.exe in the Open box, and then click OK.
  2. Locate and then click the following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug
    NOTE: Steps three and four are optional, However, they are necessary if you want to restore the default use of Dr. Watson.
     
  3. Click the AeDebug key, and then click Export Registry File on the Registry menu.
  4. Type a name and location for the saved registry file, and then click  Save.
  5. Delete the AeDebug key. 
Registry entries for debugger programs are located in the AeDebug key in Windows. The Dr. Watson program is installed by default in Windows, and is configured to run when an application error occurs (with a data value of 1 for the Auto value). The default values are as follows:

Value Name = Auto
Type = String (REG_SZ)
Data Value = 1 or 0. (Default is 1)

Value Name = Debugger
Type = String (REG_SZ)
Data Value = drwtsn32 -p %ld -e %ld -g

NOTE: This data value (drwtsn32 -p %ld -e %ld -g) is specific to Dr. Watson. Alternative debuggers will have their own values and parameters.

B. To enable Dr. Watson
  1. At a command prompt, type the following line, and then press ENTER:
    drwtsn32 -i 
  2. Double-click the .reg file that you created in steps three and four that were discussed earlier.

Source: http://support.microsoft.com/kb/188296/en-us

 
Keyword: How to disable or enable Dr. Watson for Windows | Dr. Watson

You may also like:

Error message when you run the "vssadmin list writers" command on a Windows Server 2003-based computer "Error: 0x8000FFFF"

System Tip

This article applies to a different version of
Windows than the one you are using. Content in this article may not be relevant
to you. Visit the Windows 7 Solution Center

SYMPTOMS
When you run the vssadmin list writers command on a Windows Server 2003-based computer, you may experience any of the following symptoms.

Note The vssadmin list writers command lists the subscribed volume
shadow copy writers
  • You receive the following error message: 
 Error: 0x8000FFFF
  • The following event may be logged in the Application log: 
Event Type: Error
Event Source: VSS
Event ID: 12302
Description: Volume Shadow Copy Service error: An internal inconsistency was detected in trying to contact shadow copy service writers. Please check to see that the Event Service and Volume Shadow Copy Service are operating properly.
  • The list is blank.
CAUSE
This problem may occur if the following registry key is corrupted:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
RESOLUTION
To have us resolve this problem for you, go to the "Fix it for me" section. If you prefer to fix this problem yourself, go to the "Let me fix it myself" section.

Fix it for me
To fix this problem automatically, click the here. Click Run in the File Download dialog box, and follow the steps in the Fix it wizard.

Notes
  • This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
  • If you are not using the computer that has the problem, save the Fix it solution to a flash drive or a CD and then run it on the computer that has the problem.
Then, go to the "Did this fix the problem?" section.

 
Let me fix it myself
Important This article is not for use with Windows Vista, with Windows Server 2008, or with later Windows operating systems. Starting with Windows Vista and with Windows Server 2008, Windows component installation is manifest-based. Trying to manually register specific components, as described in the following steps, can have unexpected results that may require you to reinstall Windows to resolve.

To resolve this problem, follow these steps:
  1. Click Start, click Run, type Regedit, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
  3. On the Edit menu, click Delete, and then click Yes to confirm that you want to delete the subkey.
  4. Exit Registry Editor.
  5. Click Start, click Run, type services.msc, and then click OK.
  6. Right-click the following services one at a time. For each service, click Restart:
    • COM+ Event System
    • COM+ System Application
    • Microsoft Software Shadow Copy Provider
    • Volume Shadow Copy
  7. Click Start, click Run, type cmd, and then click OK.
  8. At the command prompt, type vssadmin list writers, and then press ENTER.
  9. If the VSS writers are now listed, close the Command Prompt window. You do not have to complete the remaining steps.
    If the VSS writers are not listed, type the following commands at the command prompt. Press ENTER after each command.
    • cd /d %windir%\system32
    • net stop vss
    • net stop swprv
    • regsvr32 ole32.dll
    • regsvr32 oleaut32.dll
    • regsvr32 /i eventcls.dll
    • regsvr32 vss_ps.dll
    • vssvc /register
    • regsvr32 /i swprv.dll
    • regsvr32 es.dll
    • regsvr32 stdprov.dll
    • regsvr32 vssui.dll
    • regsvr32 msxml.dll
    • regsvr32 msxml3.dll
    • regsvr32 msxml4.dll
    Note The last command may not run successfully.
  10. At the command prompt, type vssadmin list writers, and then press ENTER.
  11. Confirm that the VSS writers are now listed.
Source: http://support.microsoft.com/kb/940184/en-us

Keyword: Error message | vssadmin list writers | vssadmin | command on a Windows Server 2003 | Windows Server 2003 | Error: 0x8000FFFF

You may also like:

Fix Windows system performance problems on slow Windows computers

Automatically troubleshoot and repair Windows performance problems. Improve, optimize and speed up Windows computers and make slow running PCs faster.  Find other automated solutions

What it fixes...
  • Power plan is set to power saver
  • More than one user is logged on to this computer
  • Multiple anti-virus programs are running
  • Several programs are running when Windows starts
  • Running advanced visual effects (like Vista transparency)and running multiple programs at once may affect performance
Click here, then follow the onscreen prompts to launch.

Source: http://support.microsoft.com/mats/slow_windows_performance/en-us

Keyword: Slow PC | Optimize your computer | peak performance | computer is running slow | Fix slow Windows 8 computer | Make Windows 8 faster

You may also like:

Diagnose and repair Windows File and Folder Problems automatically

Automatically diagnose and repair problems with files and folders in Windows, like deleting files or folders from the recycle bin, or trying to copy, move, rename or delete a file. Find other automated solutions

What it fixes...
  • You cannot empty the Recycle Bin or delete a file or a folder inside the Recycle Bin.
  • When you try to rename or move a file, you receive the following error message: "The file or folder does not exist."
  • When you copy, move, rename, or delete a file on a network share, you receive the following error message: "There is a network or file permission error. The network connection may be lost" or "The folder does not exist. The file may have been moved or deleted. Do you want to create it?"
  • Your View settings or customizations for one or more folders may be lost or incorrect.
  • You cannot use keyboard shortcuts to select more than one item in Windows Explorer, or you cannot select multiple items in a Windows Explorer window by holding the SHIFT key or the CTRL key while you click the items.
  • Some icons in My Computer, in Windows Explorer, on the desktop, or on the Quick Launch Bar change randomly
Click here, then follow the onscreen prompts to launch

Source: http://support.microsoft.com/mats/windows_file_and_folder_diag/en-us

Keyword: Diagnose | Diagnose and repair | Windows File and Folder

You may also like: