From 3ab4f8fc79564317e88bfe083311c19b87ed38b9 Mon Sep 17 00:00:00 2001 From: Hylke <76428093+hylkest@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:12:22 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b2a44dc..fc62ebf 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ To show the form on a page: * When installing the Formalicious package, a TV named 'formalicious' will be created. This TV can be assigned to a template and in the code add this for example to show the form chosen in the TV: ```html -[[!renderForm? &form=`[[!*formalicious]]`]] +[[!FormaliciousRenderForm? &form=`[[!*formalicious]]`]] ``` ### Options ###