Skip to content
Snippets Groups Projects
Commit 96e0a4db authored by Bob McDonald's avatar Bob McDonald Committed by Benjamin Melançon
Browse files

Issue #3392277 by ultrabob, mlncn: Pseudofield doesn't work with Antibot and Honeypot

parent 6a86da6f
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ function workflow_buttons_form_alter(&$form, FormStateInterface $form_state, $fo
'moderation_state',
'form_token',
'form_id',
'antibot_key',
'antibot_no_js',
'honeypot_time'
];
foreach ($form as $key => $value) {
if (!str_starts_with($key, '#') && !in_array($key, $form_elements_keep_list)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment