form



ritratto di dbanchero

hook_form_alter() and CCK fields

People who have ever tried to use standard hook_form_alter() tricks with CCK fields are easily recognizable: there are huge bald spots where large chunks of their hair used to be, and dark strings of swear words often erupt from the corners where they're working.

The basic reason for this is that CCK fields are "special," since they essentially set up templates for building form fields. Very meta. If you look at a CCK field in hook_form_alter() you'll see a structure kind of like...

categorie:


ritratto di dbanchero

Web Form Design

Forms make or break the most crucial online interactions: checkout (commerce), registration (community), data input (participation and sharing), and any task requiring information entry. In Web Form Design, Luke Wroblewski draws on original research, his considerable experience at Yahoo! and eBay, and the perspectives of many of the field's leading designers to show you everything you need to know about designing effective and engaging Web forms.



ritratto di dbanchero

Input Masks

Esempi di maschere di input con help integrato all'interno del campo stesso.



ritratto di gdepadova

class.jdpform.php

Classe per la creazione di form.

Per ora consente la creazione di semplici form.

Quando inserirò le funzioni di validazione e altre robe diventerà certamente più interessante.

categorie:


ritratto di gdepadova

Classe per generare form

Anteprima della classe che sto costruendo per la creazione dei form tramite php.

Per ora è senza controlli, appena ci sarà anche il sistema di validazione sarà più interessante.

BYE BYE



ritratto di amanzotti

Web Form Design Patterns: Sign-Up Forms

Below we present findings of our survey of current web form design patterns — the results of an analysis of 100 popular web-sites where web-forms (should) matter. We have decided to start with sign-up forms first. We present the first part of our findings below; the second part of the survey results will be published next week.




Questo è l'elenco dei 100 siti più famosi preso in esame:

http://88.198.60.17/images/web-form-design-patterns/urls.html

categorie:


ritratto di dbanchero

Masked input plugin

A mask is defined by a format made up of mask and placeholder
characters. Any character not in the placeholder character list below
is considered a mask character. Mask characters will be automatically
entered for the user as they type and will not be able to be removed by
the user.



ritratto di dbanchero

Form layout a due colonne

Esempio di allineamento delle form per migliorare l'usabilità del sito.

categorie: