Viewing 4 replies - 1 through 4 (of 4 total)
  • I also have a problem, that any standard CF7 form which is not used with a download, e.g. Contact Us page, shows the HTML Before Link inline text, which without a download makes no sense.

    Please, check the configs of EBD. I had this problem to, and noticed that update erased all configs on ESB. When I fixed that, the mails returned to worked properly.

    Good Lucky.

    I have been using EBD for a while without any problems. But after updating, I go to the EDB config settings and make the necessary changes but it does not save. For example, I change the ‘Default Delivery Format’ to Send Email and click Save, but it just goes back to Inline Link (despite it saying ‘Settings saved.)

    I have the same problem. The plugin always renders <html><body> tags around the form, which makes no sense at all.

    The class Email_Before_Download_Form has a method named html() which contains the line $form->loadHTML('<?xml encoding="utf-8" ?>'.$raw);, which automatically adds the html and body tags around the html.

    Change it to this: $form->loadHTML('<?xml encoding="utf-8" ?>'.$raw, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); and it will not add those tags.

    Could this be fixed in a next version?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CF7 and EBD not working’ is closed to new replies.