https://github.com/webbywe/d7-simple-admin-form
Simple D7 example module implementing Form AJAX, conditional field, and dynamic menu items.
https://github.com/webbywe/d7-simple-admin-form
Last synced: 4 months ago
JSON representation
Simple D7 example module implementing Form AJAX, conditional field, and dynamic menu items.
- Host: GitHub
- URL: https://github.com/webbywe/d7-simple-admin-form
- Owner: webbywe
- Created: 2018-05-03T16:11:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T00:12:53.000Z (about 8 years ago)
- Last Synced: 2025-09-07T17:53:17.838Z (9 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drupal Form API
=======================
An example module for Form API AJAX functionality.
What Is This?
-------------
This is an example module of using AJAX in a Drupal 7 form.
What Is This?
-------------
1. Download and enable the module.
2. Login as an administrator.
3. Navigate to /admin/webbywe.
4. Enter a path.
5. Select a content type.
6. Select all nodes to assign to the path specified.
7. Click Save configuration.
Upon saving configuration, the user will be redirected to their entered path.
The node teasers assigned to the path will be shown.
#### Validations
- The path will throw an error if it is an already a drupal defined path.