Results 1 to 2 of 2

Thread: how to replace ; with , in email function

  1. #1
    avirex is offline Member
    Join Date
    Jan 2006
    Posts
    7

    Arrow how to replace ; with , in email function (comma)

    When adding serveral emails to my to: feild it separates then with a ; intead of a ,
    where can i go and change this.

    this is causing me to have send_errors

    thanks
    Last edited by avirex; 2006-01-13 at 06:30 PM.

  2. #2
    avirex is offline Member
    Join Date
    Jan 2006
    Posts
    7

    Default Re: how to replace ; with , in email function

    Found the fix:

    go to modules/emails/editview.js

    on line 134

    change this:

    Code:
    window.document.forms[form_name].elements[the_key].value += displayValue + '; ';
    to:

    Code:
    window.document.forms[form_name].elements[the_key].value += displayValue + ', ';

    I love SugarCRM
    Last edited by avirex; 2006-01-13 at 05:54 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •