Does anyone know how to generate dynamic field properties using 'data-fields@ ' ? On grav documentation it is mentioned that we can use data-type / label / validation / field but no example is given how ? Can anyone point me in the right direction ?
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Hello @I4mabdul, welcome to the Grav forum.
The documentation on dynamic fields is rather basic.
The Form Prefiller Plugin though has a couple of use cases in it's example page like setting option field values, getting the current time and date and localised field labels based on the Grav active language.
Thanks @bleutzinn . Appreciate your help. I was wondering if we could generate fields like label => ' Name' , 'type' => ' text ' using 'data-fields@' ?
Basically my idea is to output label from one blueprint and have text field generated against it using 'data-fields@' in another blueprint so that i can edit it using admin panel.
You can. When you set values for label and type through a form which uses the first blueprints and then use data-label@ and data-type@ in the second. I've never tried data-type@ but in theory it should work.
Another suggestion since you want to create a form field dynamically, is to look at how the Dynamic Form Plugin does exactly that.
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 13 | 1140 | 4 months ago | ||
| 0 | 63 | 5 months ago | ||
| 9 | 138 | 6 months ago | ||
| 7 | 114 | 7 months ago | ||
| 10 | 132 | 7 months ago |