dstechit Newcomer New
@dstechit · Joined 6 days ago · 4 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Can't get form to work on my page
· 6 days ago
I read the docs an I have a fairly designed form now. But gain with the same problem: Call to undefined method RuntimeException::getMessages() I have removed the process from the form.. still the sa
-
Can't get form to work on my page
· 6 days ago
As said, there is no need to include {% include "forms/form.html.twig" %} in your custom template. The form plugin already provides a good template. But how do get the form displayed... my page is bu
-
Can't get form to work on my page
· 6 days ago
I want to use the same design for the contact form that I have on my whole page... with the {% include "forms/form.html.twig" %} It's a really bad looking form just rectangles i can put text in. Not l
-
Can't get form to work on my page
· 6 days ago
Hello everyone, I’m currently trying to implement a contact form on my website, but I’m running into several issues and can’t seem to get it working properly. I’ve already tried multiple approaches an