Hi,
I’m getting this error when activating E&P form builder. The site is: https://www.dewingerdhoreca.nl

Edit: a better image:

Disabling the E&P extension removes the error but that is not really the desired solution 
Hi,
I’m getting this error when activating E&P form builder. The site is: https://www.dewingerdhoreca.nl

Edit: a better image:

Disabling the E&P extension removes the error but that is not really the desired solution 
Hello @yingfuli,
Thanks for writing in!
You are seeing a PHP notice. This usually occur when a certain variable is null or not yet set. This does not affect your site in any way. You can get rid of the message by disabling the debug mode.You can do this by opening wp-config.php and adding
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
When you revisit the page, you should no longer be seeing those PHP notice.
Kindly let us know how it goes.
Disabling debug mode worked, thanks. But, the issue did mess up the website: all images were displayed extremely magnified until I disabled the plugin or the debug mode.
Hello @yingfuli,
The error message broke the styling and structure of the page which may have been the reason why the images were displaying a little odd. Since you have disabled the debug mode, is your issue resolved already?
Kindly let us know.
It is resolved, yes, no worries.
One other question regarding E&P Form Builder: is it possible to have each step appear underneath the previous one? So that all previous steps remain visible on the page?
Glad this is now sorted out. Thank you for updating us.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.