Hi @websiteistic
I hope you’re well today!
I just tested the form and I was able to submit it (you should see my submission from “Adam WPMU”).
However, this was at second attempt and at the first one I also got an error. A closer inspection showed that for some reasons dates weren’t selected correctly and the full error was “hidden” in the page.
I checked it and it seems that your current theme is doing that – there’s a CSS rules coming from theme that is actually hiding error details and “hints” from the form.
Could you please add following custom CSS to the site?
.forminator-custom-form label {display:block!important!}
and then try going through the form to see if it shows errors correctly?
it’s important because this way form user would know what was not correctly selected/filled-in.
Additionally, there seems to be issue with the default date choice but I can’t tell “from outside” what happens and we would need to check the form closer.
Could you please export the form and share it with us?
To do so:
– go to the “Forminator -> Forms” page
– click on a little “gear” icon next to the form in question and select “Export”
– copy the code form there and put it at https:/pastebin.com
– share a lint to that paste in response below.
We’ll then be able to import such form to a test setup and troubleshoot it further.
Kind regards,
Adam