I need to include a form on my site to gather information for customized pump and motor assemblies. What it the preferred method for incorporating a form in ShopSite?
I'm hosted at Lexiconn and have Pro 9.03
I have a form mail perl script that I could set up. Where would I find the settings for this like $sendmail path etc?
form to email
-
- Posts: 70
- Joined: Thu Nov 29, 2007 2:59 pm
- Location: Utah
- Contact:
I don't remember seeing a "preferred method" for using a form with shopsite, but maybe there's one.
I'm using a form to email/database cgi script. I have the script installed in my cgi-bin on the server. I have the html code for the form on various pages on my site, but they are non-shopsite pages. I don't know if you can insert html code like that into the predefined text fields on a shop-site generated page. You could use a custom template page I guess?
Anyway, as far as the path to sendmail, for me, that just depended on the host and where they stored that stuff. It wasn't related to ShopSite. I actually had to call my host and ask them where it was. I don't use Lexiconn - maybe someone that does can say what their standard install is.
I'm using a form to email/database cgi script. I have the script installed in my cgi-bin on the server. I have the html code for the form on various pages on my site, but they are non-shopsite pages. I don't know if you can insert html code like that into the predefined text fields on a shop-site generated page. You could use a custom template page I guess?
Anyway, as far as the path to sendmail, for me, that just depended on the host and where they stored that stuff. It wasn't related to ShopSite. I actually had to call my host and ask them where it was. I don't use Lexiconn - maybe someone that does can say what their standard install is.
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
-
- Posts: 32
- Joined: Wed Dec 05, 2007 10:47 am
Just like Carol said,
I have a number of forms set up on my site that just use forms the old fashioned way with a form and a text file in my cgi folder on my ftp.
Customer comments, contact and email newsletter signup each use their own small text file.
No need for including anything within shopsite. Just create a non shopsite page with the required form on it. and hae the form call on the cgi text file to process each field that you have on your form. Text field or radio buttons etc.
If you need an example script, let me know. I'll post an example that i use on my site.
I have a number of forms set up on my site that just use forms the old fashioned way with a form and a text file in my cgi folder on my ftp.
Customer comments, contact and email newsletter signup each use their own small text file.
No need for including anything within shopsite. Just create a non shopsite page with the required form on it. and hae the form call on the cgi text file to process each field that you have on your form. Text field or radio buttons etc.
If you need an example script, let me know. I'll post an example that i use on my site.