What are the Required fields to activate these features in the application form: Submission Email, Acceptance Email.
Thanks
@sandra
What are the Required fields to activate these features in the application form: Submission Email, Acceptance Email.
Thanks
@sandra
This appears to be new (default?) with v27.
I think I’m having the same issue. It’s not sending acceptance emails or submission emails and I have no way of activating these because it seems there’s no field tied to it. I’d also like to know how to fix this.
I think I might have figured it out. If you go to src–>Forms–>Builder–>Process, you can edit the php files to include a required form field.
protected $requiredFields = [‘ENTERFIELDVALUEHERE’];
That seems to activate the submission and acceptance email functions. I’m still having some issues with enrollment only happening manually and my emails are not displaying the personalized data and content like they should, but the emails are finally sending now.