Andres
Andres
Is there a way to save the configuration and load it again? How would you do it?
this does not only happen with custom post types. I have a post with the uri `test` and no page with this uri. if I do: ``` page(id: "/test/", idType:...
Sorry, I updated to the latest version (1.5.2) without checking the old version i had. But it's working now. 👍 Thank you very much!
any updates on this one?
Hi, thank you for your help. Actually my code looks like this: `{{ craft.amForms.displayForm('contactForm') }}` The form template: ``` {% set form = craft.amForms.getForm('contactForm') %} {{ getCsrfInput() }} {# This...
I don't get it. Where is the "contactForm" variable set? Or do I have to set it somewhere like I'm setting the form variable `{% set form = craft.amForms.getForm('contactForm') %}`?
Hi @xavierfoucrier, seems that this has not yet been fixed in the current 2.10.2 version. 😟 Any updates on this issue? Thank you!