The title is self-explanatory.
I am sure this will vastly strengthen this area, I have came accross scenarios whereby I was having some custom jquery doing some client-side logic, and the only piece which was missing was:
Ability to link the jquery logic with Drupals Server-side session variables/tokens/roles ...etc
I had to create some hidden cck fields which acted as variable placeholders, but the problem these fields where usable after saving the node, ... you got what i mean?
Comments
Comment #1
bakr commentedbasically, this will allow users to create
pre-populate
rules in their sites.
Comment #2
mitchell commentedRe trigger: This is already possible with a path condition: "*/edit".
Re pre-populating fields: Search the issue queue and the handbook for how to use the session referrer or context.
Comment #3
bakr commentedWow, that's a mind blower, how simple it is, yet it did not came to mind.
I need to test that the actions are run before the form is rendered to the human-form-editor.
Thanks for the great tip!
Comment #4
mitchell commentedYou're very welcome!