You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs due to the use of special characters in field names, such as name="Europe/Berlin"
Solution:
/plugins/martin/forms/classes/BackendHelpers.php:82
$pattern = '/{{\s*('.preg_quote($pattern, '/').')\s*}}/';
Currently Getting this Error when submitting my Ajax Upload Form. Any idea as to why?
The text was updated successfully, but these errors were encountered: