Repository containing various reusable ACFE Forms
- Create a folder named on what your form does.
- Add those files inside:
-
README.md
(Describe briefly what it does) -
form-actions.php
(Form actions / hooks) -
field-group.json
(ACF form field group) -
acfe-form.json
(ACFE form export)
-
- Go to ACF > Tools
- Import Field group first (
field-group.json
) - Import ACFE Form next (
acfe-form.json
) - (optional) Include
form-actions.php
file in your PHP code.