• I am using FS Contact Forms Options version 3.0.3.2 In IIS 7 environment that supports PHP 5.x.

    The only code I have on the page is listed below. The output I get on the screen is

    [/cfdb-html]

    Please notice that the cfdb-table short code works.

    What is the solution to the problem?

    [cfdb-html form=”Affiliates” show=”ex_field1,ex_field2,from_name,from_email,ex_field3″ limit=”50″ filelinks=”url”][/cfdb-html]

    http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    You are not understanding cfdb-html, it works a little differently. You have to put stuff between the open and close tags like:

    [cfdb-html form="Affiliates" show="ex_field1,ex_field2,from_name,from_email,ex_field3" limit="50" filelinks="url"]
    Here is field 1: ${ex_field1} <br/>
    Here is field 2: ${ex_field2} <br/>
    etc.
    [/cfdb-html]

    So your write your HTML with the ${field} notation where you want the field values to go.

    Use the admin short code builder page to help you.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7 to Database Extension] cfdb-html output’ is closed to new replies.