Announcement

Collapse
No announcement yet.

how to remove Address fields from create lead

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

  • how to remove Address fields from create lead

    i didn't found where i can remove fields like postal code?

    Thanks

  • #2
    client/src/views/fields/address.js
    client/res/templates/fields/address/edit.tpl

    Comment


    • #3
      Great thanks yuri.

      another quasion, how can i translate phone typeList?

      Thanks

      Comment


      • #4
        You can find using search in file contents.
        application\Espo\Resources\i18n\en_US\Global.json >> "phoneNumber"

        Comment


        • #5
          Hi Yuri,
          i try to find where to remove the drop down menu (mr,mrs etc...) from "personName" field.

          Thanks

          Comment


          • #6
            Metadata:
            entityDefs >> Contact/Lead: fields >> salutationName >> options

            Comment


            • #7
              Hi, i removed it from Contact.json but the field it self(drop down) is still there (in contact).
              how to remove the empty drop down?

              Comment


              • #8
                The same as you did with address field. See personName type of field

                Comment


                • #9
                  Thanks all working great!
                  i suggest not to set hard coded fields because every update you need to change back all the changes you have did to core files.
                  ​the same thing is for css file. espocrm need to change custom.css file where you can make all your changes.

                  Comment

                  Working...
                  X