We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b199e2 commit 610315bCopy full SHA for 610315b
interface/web/dns/form/dns_txt.tform.php
@@ -174,5 +174,6 @@
174
unset($form["tabs"]['dns']['fields']['data']['validators']);
175
$form["tabs"]['dns']['fields']['data']['validators'][0]['type'] = 'NOTEMPTY';
176
$form["tabs"]['dns']['fields']['data']['validators'][0]['errmsg'] = 'data_error_empty';
177
+ $form["tabs"]['dns']['fields']['data']['maxlength'] = 512;
178
}
179
?>
0 commit comments