Forms

Everything form related.

Questions

How can I dynamically find what form fields have been posted into a page?

How can I make a form submit to itself without hardcoding the file name?

How can I pass alt tag (or other attributes) to the cfinput tag?

How can I validate a password to make sure it contains numbers and letters and is at least X characters long?

How can I work with remote HTML forms?

How do I mail the contents of a form?

How do I trim the contents of a form?

How do I upload a file to my ColdFusion application by way of a form?

How do you stop users from clicking the submit button more than once?