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

Not working - Send form without reloading the page #2

Closed mactedder80 closed 1 year ago

mactedder80 commented 1 year ago

I have upgraded from the old Form Block App, but my forms are still reloading on submit. Did I miss anything when updating from the old plugin?

I replace the plugin folder. I am still using my previous form.php file is this ok.

Also all my enquiries now just say 'en' in the drawers inbox section. Previously they used to show the users name and email.

plain-solutions-gmbh commented 1 year ago

Thank for you feedback.

Did you modify the form.php file in you project folder perviously? Or different asked: Is this file exists: site/snippets/blocks/form.php? Than you should backup that file, copy the same from site/plugins/kirby-form-block-suite/snippets/blocks/form.php and modify it as you like. Some new code where added here to make the submit without reload working.

Because the bug with the naming: Did the enquiries with name 'en' made with the new version or (also/just) the one who created with the old version? The way the plugin named the enquiries in now set under the formfields. The name will be set at the time, the visitor send the request. Do you know what i mean?

mactedder80 commented 1 year ago

All sorted now. I have used the new form.php file and it validates without reloading the page.

plain-solutions-gmbh commented 1 year ago

And your issue with the naming? (How) did you solve it?

plain-solutions-gmbh commented 1 year ago

I found the Bug why the Plugin returns "en" if the Placeholder not found and fix it in version 3.2-BETA. But in your case it will show now "", cause your placeholder is missing. Waiting for your reply of my last question.

mactedder80 commented 1 year ago

Yes placeholders were missing. The help text needs finishing. It currently says:

"Needed to display the emails in the panel. You can use the unique identifier of the fields as placeholder (e.g. )"

It should say something like:

"Needed to display the emails in the panel. You can use the unique identifier of the fields as placeholder (e.g. ) {{given-name}} {{family-name}} - {{email}} "

plain-solutions-gmbh commented 1 year ago

Thank for you input. It will fixed in the next release...