Hello, i was wondering is there a way to determine the type of input used on the form?
i have a bunch of dynamic fields that i create on the fly: some are checkboxes, some are radio buttons, etc.
in Javascript id would be document.form.element.type
How would i do that in CF? (on Submit i am trying to determine the type of the input and then process the value of that input field)
thank you
i have a bunch of dynamic fields that i create on the fly: some are checkboxes, some are radio buttons, etc.
in Javascript id would be document.form.element.type
How would i do that in CF? (on Submit i am trying to determine the type of the input and then process the value of that input field)
thank you