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.


  1. MvdL79
    Member

    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 #
  2. yuniar

    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 #

RSS feed for this topic

Reply