You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-34Lines changed: 34 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ With the integrated mailview field you can display requests allover the panel.
38
38
-[Table of content](#table-of-content)
39
39
-[Installation](#installation)
40
40
-[How to use?](#how-to-use)
41
-
-[Allow the form block in your blueprint](#allow-the-form-block-in-your-blueprint)
42
41
-[Using the built-in styling](#using-the-built-in-styling)
43
42
-[Set up your form block](#set-up-your-form-block)
44
43
-[Create a form block](#create-a-form-block)
@@ -54,33 +53,37 @@ With the integrated mailview field you can display requests allover the panel.
54
53
-[Messages](#messages)
55
54
-[Config](#config)
56
55
-[Email address for outgoing emails](#email-address-for-outgoing-emails)
56
+
-[Plain text emails](#plain-text-emails)
57
57
-[Honeypot](#honeypot)
58
58
-[Placeholders](#placeholders)
59
59
-[Disable Functions](#disable-functions)
60
+
-[Email templating](#email-templating)
60
61
-[Translations](#translations)
61
62
-[Dynamic validation](#dynamic-validation)
63
+
-[Email field](#email-field)
64
+
-[Hook Success](#hook-success)
65
+
-[Hook Validate](#hook-validate)
62
66
-[Troubleshooting](#troubleshooting)
67
+
-[License](#license)
63
68
64
69
65
70
# Installation
66
71
67
72
**Manually**
68
73
69
-
[Download](https://github.com/youngcut/kirby-form-block-suite/archive/refs/heads/main.zip) and copy the plugin into your plugin folder: `/site/plugins/`
74
+
[Download](https://github.com/plain-solutions-gmbh/kirby-form-block-suite/archive/refs/heads/main.zip) and copy the plugin into your plugin folder: `/site/plugins/`
@@ -521,7 +524,7 @@ You can set the templates for outgoing emails like this:
521
524
Change custom texts like this:
522
525
523
526
```php
524
-
'microman.formblock' => [
527
+
'plain.formblock' => [
525
528
'translations' => [
526
529
'en' => [
527
530
'success_message' => 'Your beautiful request has been sent.'
@@ -540,7 +543,7 @@ Change custom texts like this:
540
543
The form is validated dynamically (No reload of the page on submit). You can disable this function like this:
541
544
542
545
```php
543
-
'microman.formblock' => [
546
+
'plain.formblock' => [
544
547
'dynamic_validation' => false,
545
548
],
546
549
```
@@ -559,7 +562,7 @@ If you disable this function, you'il lose some features
559
562
For the confirmation or the notification email it's nessaissary to have a field, that contains the visitors email adress. You can set the email field id like this:
560
563
561
564
```php
562
-
'microman.formblock' => [
565
+
'plain.formblock' => [
563
566
'email_field' => 'email',
564
567
],
565
568
```
@@ -570,7 +573,7 @@ If no field with this id is found, the plugin takes the first field with the fie
570
573
571
574
```php
572
575
'hooks' => [
573
-
'formblock.success:after' => function (\microman\FormRequest $request) {
576
+
'formblock.success:after' => function (\Plain\Formblock\Request $request) {
574
577
//Your code
575
578
},
576
579
@@ -600,7 +603,8 @@ This example shows an error message on entering specific email adresses.
600
603
601
604
# Troubleshooting
602
605
603
-
> Please read this Chapter carefuly before you [open an issue](https://github.com/youngcut/kirby-form-block-suite/issues/new/choose).
606
+
> DEPRECATION-WARNING: Option prefix changed since version 5.0.2 (old: micorman.* | new: plain.*)
607
+
> Please read this Chapter carefuly before you [open an issue](https://github.com/plain-solutions-gmbh/kirby-form-block-suite/issues).
604
608
605
609
---
606
610
@@ -629,7 +633,7 @@ This example shows an error message on entering specific email adresses.
629
633
**Solution:** Your site is **not** multilingual. Or Kirby don't know the language of the visitor. Set a default language manually:
630
634
631
635
```php
632
-
'microman.formblock' => [
636
+
'plain.formblock' => [
633
637
'default_language' => 'de'
634
638
]
635
639
@@ -641,31 +645,27 @@ This example shows an error message on entering specific email adresses.
641
645
**Problem:** Error to validate license key
642
646
643
647
**Solutions:**
644
-
- If you haven't got a license yet? Get a [single site license](https://license.microman.ch/?product=801346) or an [infinite site license](https://license.microman.ch/?product=803284).
645
-
- Your server needs a connection to the license server: [https://license.mircroman.ch](https://license.microman.ch)
646
-
- Your license key was already validated by another host: Send me [an email](mailto:kirby@microman.ch)**with your license key** to release the assigment.
647
-
- Delete the license file and try again. Folder: `/site/config/.formblock_license`
648
+
- If you haven't got a license yet? Get a [single site license](https://plain-solutions.net/?product=801346).
649
+
- Your server needs a connection to the license server: [https://plain-solutions.net](https://plain-solutions.net)
650
+
- Your license key was already validated by another host: Send me [an email](mailto:kirby@plain-solutions.net)**with your license key** to release the assigment.
651
+
- Delete the license file `/site/config/.formblock_license` and try again.
648
652
649
653
---
650
654
651
655
**Problem:** Problem with the validation
652
656
653
657
**Solutions:**
654
-
- Check if the symbolic link _media/plugins/microman/formblock/formblock.js_ is working properly.
655
-
- There's a [known](https://github.com/youngcut/kirby-form-block-suite/issues/15) incompatibility issue with the _Ahmet Bora's Minify HTML compression plugin_. We working on a solution.
658
+
- Check if the symbolic link _media/plugins/plain/formblock/formblock.js_ is working properly.
659
+
- There's a [known](https://github.com/plain-solutions-gmbh/kirby-form-block-suite/issues/15) incompatibility issue with the _Ahmet Bora's Minify HTML compression plugin_. We working on a solution.
656
660
657
661
---
658
662
659
-
If you still have any questions or something is not working properly, [make an issue request on GitHub](https://github.com/youngcut/kirby-form-block-suite/issues) or send me a [private message](https://microman.ch/en/microman).
663
+
If you still have any questions or something is not working properly, [make an issue request on GitHub](https://github.com/plain-solutions-gmbh/kirby-form-block-suite/issues) or send me a [private message](https://plain-solutions.net/support).
660
664
661
665
**I hope you will enjoy this plugin.**
662
666
663
-
## License
664
-
665
-
This is a free trial version of Kirby Form Block Suite Plugin, which grants you the right to use the plugin for testing purposes. If you wish to use this plugin on one website or if you intend to use it for commercial purposes, you must [purchase a license](https://license.microman.ch/?product=801346).
666
-
667
-
A license is required for those who wish to use the plugin to generate revenue, including but not limited to: e-commerce websites, affiliate marketing websites, and websites that require payment to access content. Licenses are non-transferable and cannot be shared with other users or websites.
667
+
# License
668
668
669
-
By downloading and using this plugin, you agree to the [terms and conditions of the License Agreement](https://license.microman.ch/license/). Failure to comply with the terms of the License Agreement may result in revocation of your license and legal action.
669
+
By using this project, you agree to the terms and conditions outlined in our [Terms of Service](https://plain-solutions.net/terms).
670
670
671
-
To purchase a license or learn more about our licensing options, please visit our [website](https://microman.ch) or contact us at [Contact Email](mailto:[email protected]). Thank you for your interest in Kirby Form Block Suite Plugin!
671
+
To acquire a license for this project, please visit our [Licensing Page](https://plain-solutions.net/801346).
0 commit comments