craftcms/guest-entries

example not working with craft cms 3

crazyx13th opened this issue · 2 comments

Hi there,

getting crazy! :-)

I have a field "body", but there is nothing stored! Title is working

field

grafik

section

grafik

code snippet

<label for="body">Body</label>
<textarea id="body" name="fields[body]">
    {%- if entry is defined %}{{ entry.body }}{% endif -%}
</textarea>

what I'm doing wrong!?

thanks!

This ended up being a bug in Guest Entries. Just released v2.0.1 which fixes it!

thx!!!!