Add fields at run-time

Starting with version 2.0, TMT Validator is able to validate form fields that are added at run-time by manipulating the document's DOM

If you are using tmt:filters inside the fields you add programmatically, you will need to call tmt.validator.filters.init(fields[]) in order to initialize the filters

Add a field at run-time