Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.21
-
Fix Version/s: 5.1
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
If reply autoresponder is not set to any default value in civicrm/admin/component?reset=1, submit button is disabled on mailing created from civimail as this is a required field - https://github.com/civicrm/civicrm-core/blob/master/ang/crmMailing/BlockResponses.html#L41.
As this field is not exposed to UI - user is left with unknown possibilities of why he is not able to submit the mailing.
Related SE question - https://civicrm.stackexchange.com/questions/6558/send-test-and-next-not-clickable-greyed-due-to-missing-value-in-reply-id-field/6559#6559
To replicate -
1. Disable default for Reply type on Admin -> CiviMail -> Headers, Footers, and Automated Messages.
2. Notice submit button is disabled even if you fill all required fields on the form.