Title: Fixed title in .php calling wrong form
Last modified: April 6, 2017

---

# Fixed title in .php calling wrong form

 *  [monocletiger](https://wordpress.org/support/users/monocletiger/)
 * (@monocletiger)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/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)

 *  Thread Starter [monocletiger](https://wordpress.org/support/users/monocletiger/)
 * (@monocletiger)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/fixed-title-in-php-calling-wrong-form/#post-9003768)
 * 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.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [monocletiger](https://wordpress.org/support/users/monocletiger/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/fixed-title-in-php-calling-wrong-form/#post-9003768)
 * Status: not resolved