Viewing 1 replies (of 1 total)
  • Plugin Author alexacrm

    (@alexacrm)

    Hi @nancy2309

    Twig forms can be hidden using custom twig code and a conditional rendering using form.submission property. See templates/twig/form.twig file in the plugin distribution. Your code will look like

    {% if form.submissions %}
    Message is displayed here
    {% else %}
    <form ... >
    {% endif %}
    

    Best regards
    George

    • This reply was modified 4 years, 3 months ago by alexacrm.
    • This reply was modified 4 years, 3 months ago by alexacrm.
Viewing 1 replies (of 1 total)
  • The topic ‘How to hide the form after submit button is Clicked.’ is closed to new replies.