Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1355391

    Vink
    Participant

    Hello,

    I have enabled the E&P Form Builder on a site of mine.

    There is a function that I want enabled; “Show the total price at bottom ?”

    But when I check this button, the form displays an error:
    Notice: Undefined variable: priceSubBottom in /home/svb/domains/hetschoolvoorbeeld.nl/public_html/wp-content/plugins/WP_Estimation_Form/includes/lfb-core.php on line 1183

    Can you help me out? I have the form displayed here:
    https://www.hetschoolvoorbeeld.nl/drukwerk/t-shirts/t-shirt-school-bestellen/

    #1355529

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! PHP notices you can ignore by changing the following line as follows in your wp-config.php under the root of your WordPress installation.

    define('WP_DEBUG', false);

    To avoid such incompatibility issues, you can ask your hosting provider to update your PHP version to at least v5.6.0 or above.

    Thanks!

    #1356446

    Vink
    Participant

    Ok, thank you for your help!

    I will also contact my hosting provider about my PHP version.

    #1356463

    Lely
    Moderator

    You’re always welcome!

    Cheers!