Forum Moderators: mack
OTOH, if your site is hosted, you may already have formmail set up by the hosting firm.
Bob
Paul
ok so ill go for formmail. ive read the instructions and doesnt seem to hard
im pretty sure i altered what i needed in the .pl file and i used the formmail guide to configure my form html code
path to perl is /usr/bin/perl but i dont know how to access this. through ftp or online file manager i dont see a usr directory
path to sendmail is /usr/sbin/sendmail but i dont see that dir either
am i supposed to access the perl dir via ftp and just drop the pl file in there?
im running on a unix server
big thanks to all!
stef
the w3 schools has a usefull link where i edited the code: [w3schools.com...]
when i fill in the path to my own script in the action field there, i get a succesfull result (i think). i definatly worked my way through some errors there
path to my script is:
[example.org...]
but when i hit submit on my own form, nothing happens. im assuming its something really simple
many thanks for any advise on this
stefan
form code:
<form action="http://www.example.org/calamansi/scripts/calamansi_contactus.pl" method="POST" enctype="multipart/form-data" name="contactform">
<p>Name
<input name="realname" type="text">
</p>
<p>Email
<input name="email" type="text">
</p>
<p>Your Message to us</p>
<p><textarea name="message" cols="40" rows="5" id="message"></textarea></p>
<input name="submit" type="button" value="Send!" />
<input name="redirect" type="hidden" value="http://www.example.org/calamansi/redirect.htm" />
<input name="subject" type="hidden" value="calamansi form submission" />
<input name="recipient" type="hidden" value="calamansi@example.org" />
<input name="required" type="hidden" value="email, realname" />
<input name="print_config" type="hidden" value="email, realname" />
<input name="missing_fields_redirect" type="hidden" value="http://www.example.org/calamansi/error.htm" />
</form>
[edited by: mack at 2:55 pm (utc) on May 12, 2004]
[edit reason] Specifics removed, thanks. [/edit]