From 81afd90761c49868d40e7ec4fbdfd970e5ceaffc Mon Sep 17 00:00:00 2001 From: marcokernler Date: Tue, 20 Dec 2011 22:07:40 +0100 Subject: [PATCH] MINOR - Added documentation to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 135d495..ec6b37e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ and without getting involved in any PHP code. * View submitted submissions and export them to CSV * Define custom error messages and validation settings * Optionally display and hide fields using javascript based on users input +* Pre fill your form fields, by passing your values by url (http://yoursite.com/formpage?EditableField1=MyValue) ## Installation