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
+13-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,19 @@ If you want to make sure no filled forms will be affected by FRSL rules, check "
57
57

58
58
59
59
60
-
## Upgrading From Version 2.x - 3.x
60
+
## Survey support
61
+
62
+
FRSL works in surveys, but you must enable the `Auto-continue to next survey` option of `Survey Termination Options`.
63
+
64
+
Survey queues and FRSL are somewhat redundant in their ability to skip forms based on logic. If you want to use them together, you must skip the survey in both places, the queue and FRSL. Given that one constraint, they are completely compatible.
65
+
66
+
67
+
## Repeating event support
68
+
69
+
Repeating events are not fully supported by FRSL. FRSL should not be used to hide any repeating form. Repeating events work correctly only if FRSL *does not* control them. Proper repeating events support is planned for a future release.
70
+
71
+
72
+
## Upgrading from Version 2.x - 3.x
61
73
62
74
Note that version 3.0.0 introduced a breaking change in the configuration. When you upgrade to version 3.x all of your old configurations in 2.x will be converted into the 3.x configuration scheme. Thereafter, if you decided to switch back and forth between the two versions, your configurations will not transfer. This is to ensure that all of your old 2.x configurations will still be available to you if you decide to go back to version 2.x.
0 commit comments