Skip to content

How to use special inputs fields ? #70

Answered by duncanmcclean
StevenRiot asked this question in Help
Discussion options

You must be logged in to vote

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 }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by StevenRiot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants