Copy link to clipboard
Copied
CFINPUT TYPE="Submit" is not working. The error message reads:
Attribute validation error for tag CFINPUT. | |
The value of the attribute TYPE, which is currently "submit", must be one of the values: RADIO,CHECKBOX,PASSWORD,TEXT. |
I'm using MX. Does this attribute not exist?
Copy link to clipboard
Copied
I believed type="submit" was introduced on CF7. Check the docs.
Copy link to clipboard
Copied
Why are you trying to use <cfinput> for your submit button rather than just a normal <input>?
--
Adam