Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 341-360 of 700
Multiple Form Selection (Where In)
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin� Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected.
(0 ratings)
Reviews0
PriceFree
Views3914
Form Over Substance - Part One
PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features.
(0 ratings)
Reviews0
PriceFree
Views5917
Validate Form Data Before Submit
posted byexampleinForms
This shows another method to verify text boxes input and then put the focus into missing data boxes. It also checks some things to see if the email is "valid" - other tests could be added as determine viable. The alerts can be used, but they conflict with the focus thing going on.
(21 ratings)
Reviews0
PriceFree
Views21299
The Universal Web Form Processor
This article describes how to create a generic form processor in PHP. Discussion involves form elements, hidden fields, and more. Also covers the installation process of NuSphere MySQL, an integrated multi-platform distribution of Apache, Perl, PHP, and MySQL.
(0 ratings)
Reviews0
PriceFree
Views4646
ASP Form Input to HTML
The author writes "ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text output to a directory that has write authority). This enables the instantaneous publication of user input without the need for uploading files from a PC." This example code shows how to write text based documents to a server using ASP.
(3 ratings)
Reviews0
PriceFree
Views3165
Change Color of Form Components
posted byexampleinForms
This script allows you to set the colors of the form components using the style properties. It works in IE only.
(6 ratings)
Reviews0
PriceFree
Views7500
Emailing Form Results With CDO
This is a basic code that allows you email form results using CDO on an NT / IIS server.
(3 ratings)
Reviews0
PriceFree
Views4500
Submit a form only once
posted bycrankyinForms
This script demonstrates how to prevent your users from submitting the same form data multiple times. If the user click the submit button more than one once, it shows a small message that the form data has been already sent.
(12 ratings)
Reviews0
PriceFree
Views7937
SearchBliss Form with Validation Generator
posted bywebmasterinForms
This is a Web-based wizard that generates a JavaScript form validation code with textfields and a text area. Type the text that will appear next to each textfield, the textfield names, and choose the textfields width and max number of characters. You can also choose which textfields are required, required email, reqiured number, etc. Type in the button label (Enter, Submit, etc.) Then click the "create form" button to generate the code. Use it or add it to your site for free.
(3 ratings)
Reviews0
Price 10.00
Views6251
Create Excel from Form Input
posted byinfoinExcel & ASP
ASP form input can be transformed into most any type of format that you'd like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other application. This example will show you how to take user input and create an excel file of that input on the server. The title that the user inputs will be used to name the document. When utilizing this script on your site please keep in mind that the directory that you execute the .asp code from must have user write authority established on the server.
(18 ratings)
Reviews0
PriceFree
Views10218
CFM Mail Form with BCC
A Cold Fusion E-mail form for your website, that will e-mail you and optionally, send a blind carbon copy somewhere also. After submission, it will redirect the surfer to a "thanks" page of your choice. All you need is Cold Fusion on your server, and an SMTP server. Cut and paste solution.
(6 ratings)
Reviews0
PriceFree
Views5019
Auto tab (form field) script
posted bywsabstractinForms
This script "auto tabs" a form field (and jumps to another field) once the length of the field's value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the user's input reaches the maxlength's value.
(9 ratings)
Reviews0
PriceFree
Views6073
JavaScript Form validations made easy
posted byjsctinForms
Client side java script is the efficient way to validate the user input in web forms. It gives the response immediately and reduces the server load. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task. Save yourself from coding long validations for your forms. Here is a simple, powerful form validation code. Using this code, you can do the common form validations in a snap.
(18 ratings)
Reviews0
PriceFree
Views13113
Clear default form value script
posted bywsabstractinForms
Use this script to automatically clear the default value of any form's input field when the mouse sets focus on it. This script intelligently distinguishes between default and user-entered text, and clears only the former on mouse focus.
(12 ratings)
Reviews0
PriceFree
Views5041
jsVal: JavaScript Form validation framework
posted byHabiinForms
jsVal is a JavaScript program used for validating HTML Forms on the client side. This allows HTML forms to be validated in the browser without having to send a request to a sever (PHP, ASP, Perl...). jsVals saves you from having to write complicated validations on server side as well as helping you avoid having to rebuild and repopulate the form when validation fails. The advantage versus other client side HTML form validators is the ease of use and flexibility you'll gain. jsVal fits the needs for most HTML Forms, and can be also easily be integrated with existing HTML Forms.
(236 ratings)
Reviews1
PriceFree
Views10067
Comment Form / Post Feedback Tutorial
Feedback is very valuable to not only the web designers, but to other visitors as well. This tutorial shows you how to create a script that will display comments from users, and allow users to post their own comments. The script is very secure because it converts HTML and Javascript to text. It allows the use of BBCode for user designated formatting. The script is written in PHP, and uses a MySQL table to store all the information. Can be used on an unlimited number of pages. Looks great, but styling can be changed by editing the css in the script. Easy setup.
(12 ratings)
Reviews0
PriceFree
Views9726
MyKazaam Form to Mail Processor
Use this script to interface all of your user input forms to one processing script. No need to use special variables in your forms or install a new script for every form. Use as many input fields as you want and name them anything you would like, then when the user clicks submit, the script processes the form and sends it to your email address.
(0 ratings)
Reviews0
PriceFree
Views1605
FORMgen - Form Generator & Content Manager
FORMgen is a web based wizard that allows you to quickly create forms. Build forms that validate data and are linked to a database. Build forms that send emails. Manage your forms through a web interface. Password protect web access to your form data. Please visit our website for a complete list of features.
(6 ratings)
Reviews0
PriceFree
Views3540
FORMgen - Online Form Generation Wizard
FORMgen is a web based wizard that allows you to quickly create forms. Build forms that validate data and are linked to a database. Build forms that send emails. Manage your forms through a web interface. Password protect web access to your form data. Please visit our website for a complete list of features.
(6 ratings)
Reviews0
PriceFree
Views2976
Strip HTML tags (form) script
posted byadmininForms
This script removes any HTML tags from user entered data such as a TEXTAREA before the form is submitted. This is generally a good idea, as HTML tags can corrupt the rest of your form contents or even pose a security risk.
(6 ratings)
Reviews0
PriceFree
Views4608
Results 341-360 of 700