Comment to 'How to set up fields to Location?'
  • Hello EugenW !

    It is the integrated feature, so it is out of control in the Studio. But you may hide the fewer fields via CSS or Javascript. For example, if you need to hide the postal code field you need to add the following rules to the Custom Styles area of your template:

    .bx-form-input-location-zip {

    display: none;

    }