jQuery-material-form-fields
jQuery-material-form-fields copied to clipboard
Do not rewrite fields which already have an ID
you rewrite the ID of fields which have already an ID which is useless, you should check if the ID is empty and if it is, put the name of the field.
I provided a PR #7 that fixes this issue