Both gdform.php and webformmailer.php are form mailer scripts installed in the default scripts directory of your Linux shared hosting account. Webformmailer.php is a more recent script that provides additional functionality, including the ability to specify sort order, delivery schedule, and email format.
For more information, see Using PHP Form Mailers.
Yes. By replacing your existing form tag with the code below, you can upgrade to webformmailer.php without any additional changes.
<form action=”/webformmailer.php” method=”post”>
If you use the mail() function in your PHP, you do not need to specify an outgoing mail server. If you are using some other method besides mail() in your PHP code, use relay-hosting.secureserver.net for your relay server.
Two non-CGI form mailers are included in Linux shared hosting account default files: webformmailer.php and gdform.php. They reside in the root directory of your hosting account. Incorporating either of these scripts into your website creates a form to capture user information and email it to a specified address.
For more information about designating [...]
In order to use our PHP form-mailer, you must specify an email address where you want the contents of your form sent to.
To Specify the Email Address for the Form-MailerLog in to your Account Manager.
In the My Products section, select Hosting.
Next to the hosting account you want to modify, click Manage Account.
In the Content [...]