• I am using a theme that is supporting this plugin. The issue is that they missed a variable that calls the choice form from its shortcode. Could you assist me in what the variable is for “title?” Text added below from the .php.

    .$conform. seems to work for the “id” but the “title” is not correct and should be a variable. Your help is greatly appreciated.

    $html .= do_shortcode($content);
    $html .='</div>’;
    $html .= do_shortcode(‘[contact-form-7 id=”‘.$conform.'” title=”Contact form 1″]’);
    $html .='</div>’;
    $html .='</div>’;
    $html .='</div>’;

Viewing 1 replies (of 1 total)
  • Thread Starter monocletiger

    (@monocletiger)

    i guess the better question is how do I get the output of the code from “Contact-form-7 id=”111” title “Contact form 1″ to [Contact-form-7 id=”111″ title=”Contact form 1”] so it displays correctly?

Viewing 1 replies (of 1 total)

The topic ‘Fixed title in .php calling wrong form’ is closed to new replies.