2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
// Setting this error will cause the form to fail validation.
// Setting this error will cause the form to fail validation.
form_set_error('form_token',t('This form is outdated. Reload the page and try again. Contact the site administrator if the problem persists.'));
form_set_error('form_token',t('The form has become outdated. Copy any unsaved work in the form below and then <a href="@link">reload this page</a>.',array('@link'=>$url)));