For Adobe ColdFusion application servers Next5Years

Next5Years provides a select box containing the next five years. This could be used on a booking form, or perhaps as part of a credit card details form.

Examples

The plain preset:

<cf_terrafield
  preset="Next5Years"
  name="MyYear1"
/>

Make it required:

<cf_terrafield
  preset="Next5Years"
  name="MyYear2"
  required="true"
  caption="year (2)"
/>
 *

Fields marked with  * are required.

No comments yet