Skip to content

Forms are not showing on Draft in Craft CMS #956

Discussion options

You must be logged in to vote

Hi @elflores-beyondtrust,

I just tested this on my end, and it seems to be working fine. I tested in both Freeform 3.13.33 and 4.1.13. My code is simple:

<h1>{{ entry.title }}</h1>

{% if entry.freeformForm is defined and entry.freeformForm is not empty %}

    {% if entry.freeformForm.submittedSuccessfully %}
        <h3>Submission Received!</h3>
    {% else %}
        {{ entry.freeformForm.render() }}
    {% endif %}

{% endif %}

Replies: 1 comment

Comment options

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

This discussion was converted from issue #954 on January 09, 2024 15:12.