Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Created March 1, 2018 13:17
Show Gist options
  • Save Nolwennig/d69f7803de34fb02077b5ff45ea32d4b to your computer and use it in GitHub Desktop.
Save Nolwennig/d69f7803de34fb02077b5ff45ea32d4b to your computer and use it in GitHub Desktop.
all Magento used_in_forms

mysql> SELECT DISTINCT(form_code) FROM customer_form_attribute;

+----------------------------+
| form_code                  |
+----------------------------+
| adminhtml_checkout         |
| adminhtml_customer         |
| adminhtml_customer_address |
| checkout_register          |
| customer_account_create    |
| customer_account_edit      |
| customer_address_edit      |
| customer_register_address  |
+----------------------------+
8 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment