forms of rotom
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1419
FormFox 1.6
FormFox is an extension which displays the the site to which the information youve entered is being sent. more>>
FormFox is an extension which displays the the site to which the information youve entered is being sent.
Do you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)
In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.
<<lessDo you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)
In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.
Download (0.003MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
1003 downloads
Form Spam Bot Blocker 0.2
Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots. more>>
Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots without requiring human users to enter special values.
The project generates hidden inputs for forms that have special values that are verified on the server after the form is submitted to eventually detect whether the form was sent by a spam robot.
The class can generate an hidden input that contains an encoded value of the user browser, user computer IP address and the current time.
The class verifies whether these browser name and IP address are still the same, and also whether the form is being submitted by a normal time interval after it was create, like when it is submitted by a real human user.
The class also generates a text input that are invisible for the user. A human user would not fill this input. If the input is submitted with a value, it was certainly a robot.
When the class detects a situation that demonstrates the form was submitted by a robot, the application should not accept the form submission.
<<lessThe project generates hidden inputs for forms that have special values that are verified on the server after the form is submitted to eventually detect whether the form was sent by a spam robot.
The class can generate an hidden input that contains an encoded value of the user browser, user computer IP address and the current time.
The class verifies whether these browser name and IP address are still the same, and also whether the form is being submitted by a normal time interval after it was create, like when it is submitted by a real human user.
The class also generates a text input that are invisible for the user. A human user would not fill this input. If the input is submitted with a value, it was certainly a robot.
When the class detects a situation that demonstrates the form was submitted by a robot, the application should not accept the form submission.
Download (MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
908 downloads
Web Form Factory 0.1.3
Web Form Factory is a simple application that binds HTML forms to a database. more>>
Web Form Factory is a simple application that binds HTML forms to a database. It analyzes the HTML file you supply and identifies all the common input types it contains, including text fields, drop down lists, checkboxes, radio buttons, and text areas.
Once all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
<<lessOnce all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
Download (0.16MB)
Added: 2006-08-25 License: BSD License Price:
1157 downloads
Form Saver 0.7.0
Form Saver enables you to saves form field data as autofill-bookmarklets. more>>
Form Saver enables you to saves form field data as autofill-bookmarklets.
Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.
I designed this because when testing a form, I hated filling in every option each time.
<<lessSaves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.
I designed this because when testing a form, I hated filling in every option each time.
Download (0.063MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
960 downloads
z3c.formjs 0.2.0
This provides a Python API to common Javascript features for forms written with the z3c.form packages. more>>
z3c.formjs 0.2.0 with its excellent features will surely support your work. It can actually provide a Python API to common Javascript features for forms written with the 'z3c.form' packages. While the reference backend-implementation is for the JQuery library, any other Javascript library can be hooked into the Python API.
In the 'z3c.form' package, buttons are most commonly rendered as "submit" input fields within a form, meaning that the form will always be submitted. When working with Javascript, on the other hand, a click on the button often simply executes a script. The 'jsaction' module of this package is designed to implement the latter kind.
Enhancements: 7/18/2007
- Feature: Registration of public AJAX server calls via a simple decorator. The calls are made available via a special 'ajax' view on the original view.
- Feature: Allow registering of JS subscriptions via a decorator within the presentation component.
- Feature: Added a new CSS selector.
- Feature: Implementation of AJAX-driven widget value validation.
- Restructure: Completely overhauled the entire API to be most easy to use and have the most minimal implementation.
- Bug: The package is now 100% tested.
- Feature: Implementation of AJAX request handlers in forms.
Added: 2007-07-26 License: ZPL Price: FREE
1 downloads
phpFormGenerator 2.09c
phpFormGenerator is an easy to use tool to create reliable and efficient forms. more>>
phpFormGenerator is an easy-to-use tool to create reliable and efficient web forms. No programming of any sort is required.
It has the ability to create up to 100 form fields, and to add a variety of field types including text boxes, drop down selection menus, check boxes, radio buttons, and freeform text areas. All field types are highly customizable.
The form data can be sent to a provided email address, or stored in a database table (currently MySQL).
Main features:
- Ability to create up to 100 form fields
- Ability to add a variety of field types including Text Boxes, Passwords, Drop Down Selection menus, Check Boxes, Radio Buttons, free form Text Areas, and File Uploads
- All field types are highly customizable (for example you can specify the sizes, options, etc)
- Ability to have the form data emailed to a provided email address
- Ability to store the form data in a database table (currently supporting MySQL)
- Ability to create a file based database to store form data for those who dont have access to a MySQL database server
- Administration portal to manage your stored form data
<<lessIt has the ability to create up to 100 form fields, and to add a variety of field types including text boxes, drop down selection menus, check boxes, radio buttons, and freeform text areas. All field types are highly customizable.
The form data can be sent to a provided email address, or stored in a database table (currently MySQL).
Main features:
- Ability to create up to 100 form fields
- Ability to add a variety of field types including Text Boxes, Passwords, Drop Down Selection menus, Check Boxes, Radio Buttons, free form Text Areas, and File Uploads
- All field types are highly customizable (for example you can specify the sizes, options, etc)
- Ability to have the form data emailed to a provided email address
- Ability to store the form data in a database table (currently supporting MySQL)
- Ability to create a file based database to store form data for those who dont have access to a MySQL database server
- Administration portal to manage your stored form data
Download (0.074MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1383 downloads
MirrorMed 1.0 RC2
MirrorMed is a friendly fork of ClearHealth. more>>
MirrorMed is a friendly fork of ClearHealth. MirrorMed project uses the same codebase with slower releases, further testing, and additional forms, reports, and other small improvements. As with ClearHealth, MirrorMed also borrows from FreeMed and OpenEMR.
Installation:
The installation of mirrormed is now accomplished through a graphical installer.
Untar the mirrormed tgz file into your web directory and rename it to "mirrormed". Then point your browser to the mirrormed directory.
The installer will check your dependancies, what directory permissions need to be changed, create the configuration files and install the database.
Enhancements:
- Changes allow for the correct printing of the HCFA 1500 (CMS 1500) medical billing form.
<<lessInstallation:
The installation of mirrormed is now accomplished through a graphical installer.
Untar the mirrormed tgz file into your web directory and rename it to "mirrormed". Then point your browser to the mirrormed directory.
The installer will check your dependancies, what directory permissions need to be changed, create the configuration files and install the database.
Enhancements:
- Changes allow for the correct printing of the HCFA 1500 (CMS 1500) medical billing form.
Download (7.0MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1395 downloads
mod_form 1.0
mod_form is a utility to decode data submitted from Web forms. more>>
mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded.
mod_form does not decode multipart/form-data (file upload) forms: for those you should use mod_upload.
Usage:
When mod_form is active, form data will be decoded to an apr_table_t*. Modules can access the table using the optional function form_data, or individual form fields using form_value:
#include "mod_form.h"
some_func(request_rec* r) {
apr_table_t* (*form_vars)(request_rec*) ;
apr_table_t* (*form_lookup)(request_rec*, const char*) ;
apr_table_t* form_data ;
const char* val ;
const char* key = "some-form-field" ;
/* get the whole table */
form_vars = APR_RETRIEVE_OPTIONAL_FN(form_data) ;
if ( form_vars ) {
form_data = form_vars(r) ;
}
/* or get individual values */
form_lookup = APR_RETRIEVE_OPTIONAL_FN(form_value) ;
if ( form_lookup ) {
val = form_lookup(r, key) ;
}
}
<<lessmod_form does not decode multipart/form-data (file upload) forms: for those you should use mod_upload.
Usage:
When mod_form is active, form data will be decoded to an apr_table_t*. Modules can access the table using the optional function form_data, or individual form fields using form_value:
#include "mod_form.h"
some_func(request_rec* r) {
apr_table_t* (*form_vars)(request_rec*) ;
apr_table_t* (*form_lookup)(request_rec*, const char*) ;
apr_table_t* form_data ;
const char* val ;
const char* key = "some-form-field" ;
/* get the whole table */
form_vars = APR_RETRIEVE_OPTIONAL_FN(form_data) ;
if ( form_vars ) {
form_data = form_vars(r) ;
}
/* or get individual values */
form_lookup = APR_RETRIEVE_OPTIONAL_FN(form_value) ;
if ( form_lookup ) {
val = form_lookup(r, key) ;
}
}
Download (0.009MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1256 downloads
WWW-Form 1.17
WWW::Form is a module for handling the world-wide-web form process. more>>
WWW::Form is a module for handling the world-wide-web form process. The project enables generating forms, filling them from user input, verifying them, and re-displaying them in case something is wrong.
<<less Download (0.021MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
IPv4 form 1.0
IPv4 form provides a tool for making RIPE IPv4 request forms. more>>
IPv4 form provides a tool for making RIPE IPv4 request forms.
IPv4 form is a utility for checking the #ADDRESSING PLAN# part of a RIPE IPv4 PA request form. It makes a "totals:" row for this form and produces readable output with spaces between columns. This output can be directly copied to a RIPE form.
<<lessIPv4 form is a utility for checking the #ADDRESSING PLAN# part of a RIPE IPv4 PA request form. It makes a "totals:" row for this form and produces readable output with spaces between columns. This output can be directly copied to a RIPE form.
Download (0.24MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
920 downloads
phpForm 0.0.3
phpForm provides a PHP3 application that allows you to easily create Web forms. more>>
phpForm provides a PHP3 application that allows you to easily create Web forms.
phpForm is a PHP3 script that allows you to easily create Web forms. It allows you to create, administer, preview, and log forms.
It also includes a simple function for including a form into a Web page.
<<lessphpForm is a PHP3 script that allows you to easily create Web forms. It allows you to create, administer, preview, and log forms.
It also includes a simple function for including a form into a Web page.
Download (0.022MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Tie::Form 0.02
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. more>>
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form.
SYNOPSIS
require Tie::Form;
#####
# Using support methods and file handle with
# the file subroutines such as open(), readline()
# print(), close()
#
tie *FORM_FILEHANDLE, Tie::Form, @options
$form = tied *FORM_FILEHANDLE;
#####
# Using support methods only, no file subroutines
#
$form = Tie::Form->new(@options);
$encoded_fields = $form->decode_record($record);
@fields = $form->decode_field($encoded_fields);
$encoded_fields = $form->encode_field (@fields);
$record = $form->encode_record($encoded_fields);
$record = $form->get_record();
####
# Subroutine interface
#
$encoded_fields = decode_record($record);
@fields = decode_field($encoded_fields);
$encoded_fields = encode_field (@fields);
$record = encode_record($encoded_fields);
If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}.
<<lessSYNOPSIS
require Tie::Form;
#####
# Using support methods and file handle with
# the file subroutines such as open(), readline()
# print(), close()
#
tie *FORM_FILEHANDLE, Tie::Form, @options
$form = tied *FORM_FILEHANDLE;
#####
# Using support methods only, no file subroutines
#
$form = Tie::Form->new(@options);
$encoded_fields = $form->decode_record($record);
@fields = $form->decode_field($encoded_fields);
$encoded_fields = $form->encode_field (@fields);
$record = $form->encode_record($encoded_fields);
$record = $form->get_record();
####
# Subroutine interface
#
$encoded_fields = decode_record($record);
@fields = decode_field($encoded_fields);
$encoded_fields = encode_field (@fields);
$record = encode_record($encoded_fields);
If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}.
Download (0.087MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
Formitable 1.1
Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. more>>
Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables.
Formitable project analyzes the fields of a given table and outputs the best input type for each (e.g. enum type becomes radio buttons or select, set type becomes checkboxes or multiselect). Data is automatically inserted into the table upon form submission.
Main features:
- Output a complete form in a few lines of code
- Validate data via regular expressions and provide custom feedback
- Support for normalized data/lookup tables
- Easily retrieve and update existing records
- Outputs attributes such as MAXLENGTH to reflect your table design
- Customize all aspects of output, integrate forms into your layout
- Full CSS styling
- Accessibility support such as labels, fieldsets, legends and more
Enhancements:
- Forms can now be printed using a template with printFromTemplate.
- Custom template delimiters can be set using setTemplateDelimiters.
- Bugs were fixed.
<<lessFormitable project analyzes the fields of a given table and outputs the best input type for each (e.g. enum type becomes radio buttons or select, set type becomes checkboxes or multiselect). Data is automatically inserted into the table upon form submission.
Main features:
- Output a complete form in a few lines of code
- Validate data via regular expressions and provide custom feedback
- Support for normalized data/lookup tables
- Easily retrieve and update existing records
- Outputs attributes such as MAXLENGTH to reflect your table design
- Customize all aspects of output, integrate forms into your layout
- Full CSS styling
- Accessibility support such as labels, fieldsets, legends and more
Enhancements:
- Forms can now be printed using a template with printFromTemplate.
- Custom template delimiters can be set using setTemplateDelimiters.
- Bugs were fixed.
Download (0.018MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
HTML::FormRemove 0.3a
HTML::FormRemove is a Perl module to remove form tags from HTML. more>>
HTML::FormRemove is a Perl module to remove form tags from HTML.
SYNOPSIS
my $html =
"< FORM > < INPUT TYPE=TEXT NAME=Test VALUE=Hello World! > < /FORM >";
use HTML::FormRemove
print RemoveFormValues($html);
HTML::FormRemove is a module that removes form tags from HTML, while otherwise leaving the HTML intact. This allows for forms to be converted into something printable and usable.
RemoveFormValues ( HTML [, HTML [, HTML [...]]] )
Removes the form values. Exported by default. Returns an array of lines containing the updated HTML, or one single like containing them separated by newlines.
NOTES
This module is a work in progress; Ive only got basic functionality working at the moment.
<<lessSYNOPSIS
my $html =
"< FORM > < INPUT TYPE=TEXT NAME=Test VALUE=Hello World! > < /FORM >";
use HTML::FormRemove
print RemoveFormValues($html);
HTML::FormRemove is a module that removes form tags from HTML, while otherwise leaving the HTML intact. This allows for forms to be converted into something printable and usable.
RemoveFormValues ( HTML [, HTML [, HTML [...]]] )
Removes the form values. Exported by default. Returns an array of lines containing the updated HTML, or one single like containing them separated by newlines.
NOTES
This module is a work in progress; Ive only got basic functionality working at the moment.
Download (0.004MB)
Added: 2007-02-13 License: Other/Proprietary License Price:
983 downloads
iMacros for Firefox 0.9.0.2
iMacros for Firefox relieves the repetition of checking on the same sites every day. more>>
iMacros for Firefox is a Mozilla Firefox extension that relieves the repetition of checking on the same sites every day, remembering passwords and filling out Web forms, or doing Web screen scraping for data extraction.
It can automatically fill Web forms that span several pages. Passwords are stored securely with 256-Bit AES encryption. Web professionals can use the software for functional testing and regression testing of Web applications. It can also be used to automate Web data extraction, such as online stock quotes or Web store prices.
<<lessIt can automatically fill Web forms that span several pages. Passwords are stored securely with 256-Bit AES encryption. Web professionals can use the software for functional testing and regression testing of Web applications. It can also be used to automate Web data extraction, such as online stock quotes or Web store prices.
Download (0.11MB)
Added: 2007-07-09 License: Freeware Price:
1227 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above forms of rotom search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed