In Metronic v8.x we can find simply modal input form for new target utilities/modals/forms/new-target.html
But, when I add some fields in this form and change others fields so they fit my input form I could not get error when the fields is empty.
As long as input form is the same as original it works.
It is enough to change the field target_tags and input form it won't work.
Do you know why this is happening?
Hi,
Can you check the related custom JS scripts related this this modal "src/js/custom/utilities/modals/new-target.js" and refer to "target_tags" input validation rule ?
When you adjust the form you will need to keep the form validation rules synced. More info for the FormValidation plugin that Metronic 8 uses:
Regards,
Sean