Documentation - Form:create static form example #5557
-
Hey guys, loving Statamic 3 so far. I've recently created a basic contact form using the docs here https://statamic.dev/tags/form-create. The dynamic Is this is the correct way to accomplish what I want (custom form layouts)? Forms do submit into the control panel when I use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You may customize the html of each field that gets output in the https://statamic.dev/tags/form-create#prerendered-html You may add classes in there. |
Beta Was this translation helpful? Give feedback.
You may customize the html of each field that gets output in the
fields
loop.https://statamic.dev/tags/form-create#prerendered-html
You may add classes in there.