Getting additional form config fields on the frontend #10606
-
hi, I've been adding config files to my forms now that this PR is in core. That's working great: i can add the fields, save the form and then my forms have a yaml that looks like:
But I can't easily access them on the front end. Inside my {{ form:create }} tags, I want to do something like:
That doesn't work, and I can't seem to get to anything in the form config. Do I need another step to expose this stuff on the frontend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Currently those arent available to antlers - I've added a PR here to support that: #10616 |
Beta Was this translation helpful? Give feedback.
Currently those arent available to antlers - I've added a PR here to support that: #10616