removes an additional field from the multitext group
id | string| number | id of the field to remove |
multitext.removeSection("$multitext2");
Only additional fields can be removed, even if the ID of the basic field is passed into the function.
If no ID is provided, all the additional fields are removed, only the first (basic) field remains.