How to use special inputs fields ? #70
-
Hey Duncan, Could you please provide a quick example ? |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Jul 1, 2024
Replies: 1 comment
-
Although those fields are treated specially within Statamic, you can pretty much treat them like normal fields inside a guest entry form. For example: {{ guest-entries:create collection="blog" }}
<input type="text" name="slug">
<input type="date" name="date">
<input type="checkbox" name="published">
{{ /guest-entries:create }} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StevenRiot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although those fields are treated specially within Statamic, you can pretty much treat them like normal fields inside a guest entry form.
For example: