Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjohnson/enbekon-nf-three-update
Original code example: https://gist.github.com/kjohnson/41731018bfe32666dca53d62928e4477
https://github.com/kjohnson/enbekon-nf-three-update
Last synced: about 2 months ago
JSON representation
Original code example: https://gist.github.com/kjohnson/41731018bfe32666dca53d62928e4477
- Host: GitHub
- URL: https://github.com/kjohnson/enbekon-nf-three-update
- Owner: kjohnson
- Created: 2017-01-13T04:55:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T05:06:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T00:22:02.112Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enbekon - Ninja Forms THREE Update
----
> Load ninja forms pre init
User Profile Information is available as merge tags in the builder.
For example, the default value can be set as `{user:display_name}`.
This will prepopulate a particular field with the users' displayname, if they are logged in.----
> Set custom values in ninja forms from database
For default values that are not available as merge tags, there is the `ninja_forms_render_default_value` filter.
----
> Preprocess - check data before processing data and display errors
> Postproces after successful payment
> Postprocess after successful regular submitPre-Processing and Post-Processing have been mostly replaced by Form Actions.
Actions are configurable form processing; This transition started in v2.9.x.Instead of hard coding field IDs in custom code, Form Actions are setup to map fields inside of the builder.
----