<% require '../misc/emailit.pl'; if ( $Request->Form('submitted') ne "yes" ) { &ShowForm; }else{ &ProcessForm; } %>
<% sub ProcessForm { $email=$Request->Form('EmailAddress'); $body="From: " . $Request->Form('CompanyName') . "\n\n" . $Request->Form('Question'); #Send comment to ernesto &email_it('Stofen.com - Link Request Submission', $email, 'ernesto@stofen.com', $body); &email_it('Stofen.com - Link Request Submission', 'info@stofen.com', 'ddeckert@pacbell.net', $body); #send thank you reply to commenter $body= "Your link request has been received Sto-Fen Products!\n\n"; $body= $body . "We review all link requests and if it is accepted, we will add it to our Links Page.\n"; $body= $body . "We request that when a link is added to our page that you add a corresponding link to Stofen.com\n\n"; $body= $body . "Again, Thank you for your interest in Sto-fen Products!"; &email_it('Stofen.com - We have received your Link Request', 'ernesto@stofen.com', $email, $body); &ShowMessage; } sub ShowForm { %>
Link Request Form

We at Sto-Fen Products are always glad to here from out customers, associates, and business partners. Please fill out the form below completely and we will make sure it is handled as soon as possible.

*Company Name:
*Web Site URL:
*Your E-Mail:
*Enter a brief description about your company.
Enter the Verification Text you see below:
<% #Set Captcha Variables @cps =qw( 2DRT 2G2T 2GDO 2GPV 2J3K 2JIM 2JYT 2MJQ 4DVO 4FVL 4GTG 4H3L 4H4U 4HME 4IM3 4IZR EWDK EXGJ EXID EXLV EXMR EYMN EYRU EZKS ISSG ISWW ITJX ITQO IUTV IVKI IW4V IWW3 KVYQ KWHI KWQI KWTJ KWVJ KX9Q KYWF KZS9 PVXW PWPV PWW9 PYQM PYWV Q4HV Q4IX Q4MI UPOU UQDX UQHE UQSL US3E USTI UTZV UU22 WPH3 WPOT WQ4R WQJH WQKU WQMN WRSI WS9E ); $randomnumber = int rand (@cps); if ($randomnumber < 1){$randomnumber = 1;} print " "; %>
(Text is case sensitive)
Thank you for your interest in Sto-Fen Products! *  Required Field - Please make sure that it is filled in.
<% } sub ShowMessage { %>

Thank You!

Your comment has been submitted.

Thank you for your interest in Sto-Fen Products!
<% } %>