Fixed title in .php calling wrong form
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Fixed title in .php calling wrong form’ is closed to new replies.