Hello I am trying to remove the Postal Code field from the Address field in my Account Form. It does not have to be from the backend too just removing it visually on the form is enough.
Locally on Xampp: I went to client > res > templates > fields > address > and removed the postal code field's <div> from the files: edit.tpl, edit-1.tpl, edit-2.tpl , edit-3.tpl, and edit-4.tpl
Result worked, as seen in the attached image (with glass background)
However when I do it on the live hosted version, nothing is changing. Even if I did Clear Cache, Rebuild Backend, refresh, and removing and readding the address field.
How can I fix it? (Live version has white background in the image attached)
Locally on Xampp: I went to client > res > templates > fields > address > and removed the postal code field's <div> from the files: edit.tpl, edit-1.tpl, edit-2.tpl , edit-3.tpl, and edit-4.tpl
Result worked, as seen in the attached image (with glass background)
However when I do it on the live hosted version, nothing is changing. Even if I did Clear Cache, Rebuild Backend, refresh, and removing and readding the address field.
How can I fix it? (Live version has white background in the image attached)
Comment