This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Email entry make "Confirmation Email" always the default template.
Started 8 years ago by MvdL79 | 2 posts |
-
We use this feature to resend our emails to customers.
I noticed it's on "Notification Email" by default. Is there a way to force "Confirmation Email"-template as a default.
I don't want our co-workers to send out the incorrect email by accident.Regards
Posted 8 years ago # -
You can edit the "includes/view-functions.php" file. Search around line 706 for this code:
<option value="notification">Notification Email</option> <option value="confirmation">Confirmation Email</option>
change it to become:
<option value="confirmation">Confirmation Email</option> <option value="notification">Notification Email</option>
MachForm Founder
Posted 8 years ago #
Reply
You must log in to post.