Search code examples
formsmagentobackendhint

How to find fields in configuration forms in magento?


I want edit fields in shipping methods in backend in magento but I can not find where are fields, I used template path hints but I can not find, how can I find forms elements in backend in magento?


Solution

  • Magento system configuration fields are generated from system.xml.

    We can create system.xml file for each module, but we need to place that in app/code/local/namespace/module/etc/

    Refer this Link to know more about this