|
ginnie -> RE: Custom Site transfer to FP form problem... (3/8/2002 10:27:54)
|
The problem is that the form has an .shtml extension. The FrontPage form handler doesn't work with that extension. If you don't really need the SSI (server side includes), just rename the form with .html or .htm and it should work fine. If the SSI is just for including a header, footer, etc., you can use FP's "include" component. This will work basically the same way and you'll still be able to use the FP form handler. Just make sure to rename the file with .html or .htm. If you prefer to use FormMail, you'll need to ftp the script to your cgi-bin in ASCII mode, set the permission on the script to 755, set the path to Perl within the script (which is provided by your host), plus set the other parameters such as the path to sendmail and the valid referers (such as www.yourdomain.com) which specifies what domain/domains the form can be located on that use the script. Within your form, you'll need to add hidden fields for what email address you want the results sent to, plus the url of a custom confirmation page if you want one, etc. There are instructions that come with the script as well as info on their website. In the Form Properties, you'll want to check "Send to Other" and under Options, for the Action enter the path to the script such as cgi-bin/FormMail.pl. Hope that helps.. ginnie Global Presence Web Design
|
|
|
|