Data field types are not saved correctly
-
The form fields in the DM_Widget are not output with the correct input types.
Instead of using the “type” property from the field Models, it is using
getName()and saving that to thedm_API_data_fieldsoption and it is not converted into the relevanttype="checkbox"or other things. So on the front end, the form results in fields likeinput[type="FIRSTNAME"].
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Data field types are not saved correctly’ is closed to new replies.