plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 11 forks source link

Validation / messages not sending on Child pages #3

Closed mactedder80 closed 1 year ago

mactedder80 commented 1 year ago

My forms are all working on root-level pages. However, when I put a new form on a child page, the form doesn't validate. I get the 'contact the administrator' message.

plain-solutions-gmbh commented 1 year ago

This message comes out, if the debug mode of your kirby is disable. Could you turn on debug => true in your config and see what the plugin complains? If the debug mode is on and/or you get the same message, check the return of the validation request with your devtool. Tell me, if you need help to do this.

mactedder80 commented 1 year ago

I have turned on debug => true - I looked in the web-inspector and it says:

[Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (validator, line 0). https://www.mywebsite.com/form/validator

mactedder80 commented 1 year ago

Any luck with resolving this issue? The site I am using this on is live, so a fix would be great.

plain-solutions-gmbh commented 1 year ago

To reproduce your issue. I need a copy of your form blocks on both pages. Could you post/mail me?

mactedder80 commented 1 year ago

Sure, what email address?

plain-solutions-gmbh commented 1 year ago

You can send it to mail@microman.ch

mactedder80 commented 1 year ago

Thanks - I have sent this over.

plain-solutions-gmbh commented 1 year ago

It's fixed in V3.3.2-BETA. Thanks for you patience and co-work.