I downloaded a CGI script to use for emailing forms. I placed it in a cgi-bin/ folder, and used this code tag to open the form (the page is in HTML):
<form method="POST" action="--WEBBOT-SELF--" name="Order">
<!--webbot bot="SaveResults" U-File="\cg-bin\mailform" S-Format S-Email-Address="jorrit@ag-forum.com" S-Email-Format="TEXT/PRE" -->
However, when I click on Submit it tries to redirect me to a /--WEBBOT-SELF-- page I know my server supports CGI scripts... What am I doing wrong?