Thats a good idea. I’ll work that into the next version. Thanks!
I just posted 1.4.0. Among other things, it uses HTML 5 placeholders for the ‘default text’ if the browser supports it.
Hi Campbell,
Thanks but I’m getting this error message when saving form:
`
Warning: trim() expects parameter 1 to be string, array given in /usr/local/www/apache22/vhosts/lenart/ksiegaznaku.pl/wp-content/plugins/wordpress-form-manager/db.php on line 833
Warning: trim() expects parameter 1 to be string, array given in /usr/local/www/apache22/vhosts/lenart/ksiegaznaku.pl/wp-content/plugins/wordpress-form-manager/db.php on line 833
Warning: trim() expects parameter 1 to be string, array given in /usr/local/www/apache22/vhosts/lenart/ksiegaznaku.pl/wp-content/plugins/wordpress-form-manager/db.php on line 833
1
[Code moderated as per the Forum Rules. Please use the pastebin]
This is because of your server’s PHP error reporting level. A production server should not be echoing warnings – though I guess I shouldn’t be checking an array with trim() either! I did however add a fix for this in 1.4.1, if you can’t get to php.ini to change the error reporting level.