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
Hello,
I have always had the exact same problem. I'm now with Wordpress 6.4.2, CiviCRM 5.67.3.
I had a workaround :
go to Administer->CiviMail->Mailer Settings, and there disable "allow customization of reply to" (or something)
Reload your mailing
re-enable "allow customization of reply to"
reload your mailing
Unfortunately it's just gotten worse. I happen to have updated the description of the sender email address, and now the field "From" is also collapsed, and I can't get any of them back anymore.
Whenwe try to create new mailing there is problem with setting "Reply To" input because it is hidden..
See screenshot attached
Setting default value showing input
let valEmail = CRM.$("#inputReplyTo").find('option:first').val();
CRM.$("#inputReplyTo").val(valEmail);
CRM.$("#s2id_inputReplyTo").select2('val', valEmail)
The text was updated successfully, but these errors were encountered: