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
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,20 @@ With the integrated mailview field you can display requests allover the panel.
81
81
82
82
**Get a license**
83
83
84
-
There's two license available:
85
-
86
-
[Single site license](https://plain-solutions.net/?product=801346)
84
+
[Klick here to obtain a license](https://plain-solutions.net/?product=801346)
87
85
88
86
[See also the other plugins](https://plain-solutions.net/)
89
87
88
+
**Validate your license**
89
+
90
+
*Important notes: If you’re working in a development environment, please activate the license on the public domain. Licenses are tied to the domain they are first activated on.*
91
+
92
+
To validate your license key click on this button:
93
+
94
+
<imgsrc="./.github/license.png"width="200" />
95
+
96
+
...or go to *System* in the Panel and click on `plain/formblock` in the Plugins section. (Kirby > 5.0.0). You’ll be guided through the validation process from there.
97
+
90
98
> If you have trouble with your license, check [Troubleshooting](#troubleshooting) at the end of this documentation.
91
99
92
100
# How to use?
@@ -622,6 +630,13 @@ This example shows an error message on entering specific email adresses.
622
630
623
631
---
624
632
633
+
**Problem:** Uncaught TypeError (in dev tool console)
634
+
635
+
**Solution:** Some servers have problems resolving symbolic links. In this case, contact your hosting.
636
+
If it is impossible to activate symbolic links, copy the content of `site/plugins/kirby-form-block-suite/assets` to `media/plugins/plain/formblock`.
637
+
638
+
---
639
+
625
640
**Problem:** Got an error by saving the form in panel:
626
641
627
642

@@ -640,17 +655,17 @@ This example shows an error message on entering specific email adresses.
640
655
]
641
656
642
657
```
643
-
> This will be ignored for Multilingual sites.
658
+
> This will be ignored for multilingual sites.
644
659
645
660
---
646
661
647
662
**Problem:** Error to validate license key
648
663
649
664
**Solutions:**
650
-
- If you haven't got a license yet? Get a [single site license](https://plain-solutions.net/?product=801346).
665
+
- If you haven't got a license yet? Get a [license](https://plain-solutions.net/?product=801346).
651
666
- Your server needs a connection to the license server: [https://plain-solutions.net](https://plain-solutions.net)
652
667
- Your license key was already validated by another host: Send me [an email](mailto:[email protected])**with your license key** to release the assigment.
653
-
- Delete the license file `/site/config/.formblock_license` and try again.
668
+
- Delete the license file `/site/config/.formblock_license`(if present) and try again.
0 commit comments