From 4f8223709a80157a50d7ac210c8a7555cfea60f4 Mon Sep 17 00:00:00 2001 From: doishub Date: Tue, 29 Mar 2022 10:54:02 +0200 Subject: [PATCH] Update docs --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ad5c5..3937fa2 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,15 @@ A radio button menu with a field name of **'Example1'**, and a submitted value o ``` You are able to set-up complex conditions to show a certain form-page. +The following PHP functions can be used within the condition: + +- floatval +- strval +- intval +- in_array +- str_contains + +If more functionality is needed, feel free to create a feature edit. ### Buttons @@ -155,4 +164,4 @@ This project is licensed under the AGPL-3.0 License — check