Announcement

Collapse
No announcement yet.

Missing type attribute in email field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing type attribute in email field

    Dear all, is possible to add "type" attribute for field "email" as done for phone numbers in contacts.
    We need to move our customers from Google Contacts management to Espocrm Contacts and we need to migrate existing contacts to Espo but if we migrate now we lose all labels specified by our customers for email addresses.
    Thank you in advance Federica

  • #2
    I am looking for this too a "mailto:" prefix, is it done in a formula?

    Comment


    • #3
      Email field have a validation to check if it a valid email type so you won't be able to add mailto: directly to it. Not unless you remove the validation but then it will mess up with EspoCRM and you can't send email by clicking.

      Two method I can think of, if you want to mailto: I believe in setting you can choose "use external email" then it will convert it to a Mailbox or the javascript will open your email program (not sure which method EspoCRM do).

      Second method is to create a new field and use formula to Concatenation "mailto:",{{email}}

      Comment


      • #4
        Oh I like the concatenation, I'll try that, thank you!

        Comment


        • espcrm
          espcrm commented
          Editing a comment
          Search for concatenate
          in the forum if you have trouble, I made a few post about that.
      Working...
      X