[ back to toc ]

bnbform suppress automessage

Date: 2002/05/12 19:31

Q:
I have a little polling form that gives 4 choices on radio butons, and
then asks for email address. I have 2 other forms on my site that use
automessaging and uses the ok_url. I don't want any kind of confirmation
on the poll form. How can I suppress the "sub thank you" and prevent an
auto email being sent out (the email being sent on the poll form is called
/cgi/servicemessage.baut which offers a ten dollar certificate)
My pages: http://wildlifesculptureonline.com/poll.html
http://wildlifesculptureonline.com/contact.html
http://wildlifesculptureonline.com/feedback.html
A:
Delete the content of the function send_mail so it will do nothing, and
will not send mail.

You can do something similar with the sub thank you.

Well, to be on the safe side, do not delete the content of the functions,
rather insert a 'return' before the functions do anything.

regards,
Peter

[ back to toc ]