Bug #64359
Updated by Christian Kuhn almost 10 years ago
The form FE rendering in the latest version from 6.2 git branch seems to be broken.
No matter what kind of field I add in BE with the form wizard (checkbox, submit, radio button), the rendered result in FE is always an input tag with the attribute type="text".
The rest of the markup (e.g. CSS classes) is set properly. Just the type attribute is wrong.
The bug does not occur in the latest release 6.2.9. It's only present in the latest version from the 6.2 branch.