This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Send Notification Emails to You


  1. brianluke
    Member

    Is there a character limitation set in this field in the Emails admin panel? I'm trying to send the details of the form to 10 different addresses and it gets cut off and the form can't be set to anyone. Is there a way to change the character limit in this field of the Email admin panel?

    Thanks.

    Posted 13 years ago #
  2. redityo

    Yes, "Your Email Address" is limited to 255 characters indeed.

    If you need more, you need change the column field type. Open machform database (using PhpMyAdmin) and go to your "ap_forms" table.

    Change the field type of "form_email" column into MEDIUMTEXT.
    That would allow your machform to accept hundreds or thousands of email address.

    Or you can run these sql code from PhpMyAdmin

    alter table ap_forms change form_email form_email MEDIUMTEXT;

    MachForm Support

    Posted 13 years ago #

RSS feed for this topic

Reply