Contact Form 3.00.00 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Contact Form 3.00.00 (Default branch)
# 1  
Old 09-24-2008
Contact Form 3.00.00 (Default branch)

ImageContact Form is a Perl script that allows users to send you email through a Web interface. It is designed to thwart spammers by not allowing email to be sent to unknown addresses, or revealing the addresses that it knows. In addition to this, it does not contain cross site scripting vulnerabilities or allow arbitrary code to be run on the host. It provides adequate information in the headers it sends to trace spammers, can check the validity of all data before sending emails, and features a customizable interface that allows for arbitrary fields.License: GNU General Public License (GPL)Changes:
The ability to use CAPTCHA for spam prevention andan external XML file configuration option wereadded.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Web Development

Contact Form for Download

Hi all, My skills in Web Development are shaky at best. What I want to do is have a simple form on my website. User puts in name & email address -> verification email is sent to them to make sure it is really there email. After this is confirmed, I want to send them a secure download like to... (1 Reply)
Discussion started by: fedora18
1 Replies

2. Cybersecurity

I need help with contact form

How can I change my email address from text into an image? Someone told me that this way it won't be picked up by spam bots and it will reduce spam. ---------- Post updated 09-27-09 at 12:57 AM ---------- Previous update was 09-26-09 at 10:53 AM ---------- ---------- Post updated at 12:58 AM... (0 Replies)
Discussion started by: iorgusu
0 Replies
Login or Register to Ask a Question
Jifty::Param(3pm)					User Contributed Perl Documentation					 Jifty::Param(3pm)

NAME
Jifty::Param - Parameters for Jifty actions DESCRIPTION
Describes a parameter to a "Jifty::Action" object. Do not construct this by hand -- use Jifty::Param::Schema in the action package to declare parameters instead. accessors Although this class is not derived from Jifty::Web::Form::Field, it does share the accessors from it; see Jifty::Web::Form::Field, for the list of possible keys that each parameter can have. In addition to the list there, you may use these additional keys: constructor A boolean which, if set, indicates that the argument must be present in the "arguments" passed to create the action, rather than being expected to be set later. Defaults to false. valid_values An array reference. Each element should be either: o A hash reference with a "display" field for the string to display for the value, and a "value" field for the value to actually send to the server. o A hash reference with a "collection" field containing a Jifty::Collection, and "display_from" and "value_from" fields containing the names of methods to call on each record in the collection to get "display" and "value". o A simple string, which is treated as both "display" and "value". available_values Just like valid_values, but represents the list of suggested values, instead of the list of acceptable values. sort_order An integer of how the parameter sorts relative to other parameters. This is usually implicitly generated by its declaration order. new Creates a new Jifty::Param object. Note that unlike Jifty::Web::Form::Field, the object is never magically reblessed into a subclass. Should only be called implicitly from a Jifty::Param::Schema declaration. perl v5.14.2 2010-09-25 Jifty::Param(3pm)