How to setup bnbform on website ?
Posted by Michael, Last modified by Kim S. on 19 January 2016 07:45 PM

Here are the steps you need to follow to setup bnbform on your site:

1. Download this zip file that has all the following files

bnbform.zip

Files Description

readme.txt

bnbform.cgi

bnbform.htm

mymessage.baut

oops.htm

thanks.htm

Detail setup and configure instructions

The script

Sample form that use the script

Auto response message

Missing information page

Thank you page

          
2. Use the program Notepad to open bnbform.cgi script and make sure
it says: #!/usr/bin/perl on the first line.

3. Make sure this line $SMTP_SERVER = "localhost" is disabled by placing a "#" in front of it.

4. Make sure this line $SEND_MAIL="/user/sbin/sendmail -t" is enabled
by removing a "#" in front of it.

5. Save the file with notepad and keep the same extension (cgi).

6. Open mymessage.baut and fill in the body of your auto response
message. Save the file with the same extension.

7. Upload the files bnbform.cgi and mymessage.baut to your cgi-bin
folder in ASCII mode and make sure you set the permission on
bnbform.cgi to 755.

8. Open bnbform.htm and go down to <!-- SCRIPT
CONFIGURATION SECTION -->.

9. Change the "submit to" value, to
"youremailaddress@yourdomainname.com".

10. Change the form_id value to the subject name of the email that
will be sent to you when someone clicks "submit" on the form.

11. Change the ok_url value to the web location of thanks.htm.

12. Change the not_ok_url value to the web location of oops.htm.

13. Customize the bnbform.htm to fit your website.

14. Save bnbform.htm and keep the same extension.

15. Customize the thanks.htm and oops.htm to fit your website and
save them as well.

16. Upload the other files bnbform.htm, oops.htm, and thanks.htm to
your web page directory but not in cgi-bin folder.

17. Now the Bnbform is ready to use!

If you have any problems in configuration, please open a helpdesk ticket.


Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).