E-mail verification issue
-
Hello! First of all, thanks for this awesome plugin.
I would like to report an issue that started a few dasy ago after Frontend Admin for ACF updated. The issue was preventing new registered users to verify their e-mail addresses.
There is a little problem, maybe caused by a recent ACF update, in file “main/frontend/forms/classes/form-submit.php”, line 864 (I am using version 3.9.6). Apparently “$form[‘record’]” does not exist anymore on ACF decrypt return. I made a quick fix adding a new line before 864 with “$form[‘record’] = $form;”.
I hope it helps someone else. Maybe we can get a new update with the correction?
- The topic ‘E-mail verification issue’ is closed to new replies.