From 97b7ef16c6d9399dcd81e0cd72178b6402b8b129 Mon Sep 17 00:00:00 2001 From: elclanrs Date: Fri, 15 Nov 2013 18:13:59 -0500 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e583d8..a3694b6 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ Show or hide fields. When the fields are hidden they will be excluded from the v $('form').idealforms('toggleFields', 'username password hobbies[]'); ``` -Dynamic Fields adds injection points for `addFields`, `removeFields` and `toggleFields`. Read about [custom extensions](#custom-extensions) for more info. +Dynamic Fields adds injection points for `addFields:before`, `addFields:after`, `removeFields` and `toggleFields`. Read about [custom extensions](#custom-extensions) for more info. ### Extension: Steps