elivz
Member
Posted 11 months ago #
As of WordPress 3.4 (maybe earlier?), the form displays even when a post is password protected and the viewer hasn't entered their password yet. I was able to fix this by changing line 71 of formbuilder_processing.inc.php to:
if(post_password_required()) return($content);
http://wordpress.org/extend/plugins/formbuilder/
rodwatt
Member
Posted 8 months ago #
Thank you soooo much for this elivz!! You just saved me hours of work.
Is FormBuilder still being supported/developed and if so can we have this included in a new release for WP 3.4.2?
chuckh@wlsfa.org
Member
Posted 2 months ago #
Me 2! Thank you for the code - solved my problem - worked perfect.