• Karun

    (@karunshakya45)


    This is a really good pluign. Easy to use, flexible , dynamic just exactly what people would want.

    I found 1 issue with this plugin. Even if Form Standardization is off in global setting , contact form 7 still isn’t able to work properly. But as I tested on, I found that Contact form was not working in a particular block only i.e. the Landing Page form or Conversion Button.

    I also found a solution to this. Now, I don’t know if this is good or not but here’s the solution.

    In the file functions.global.php inside functions folder in line number 47 the code here is

    $content = lp_rebuild_attributes($content, $wrapper_class, $standardize_form );

    just before this line I added if($standardize_form == 1) to check if standardize is 0 or 1.

    If it is 0 then nothing will be done else if it is 1 then lp_rebuild_attributes function will be called.

    But overall from what I’ve seen with this plugin it is very nice and really helpful.

    Keep up the good work

  • The topic ‘Problem with Contact Form 7’ is closed to new replies.