Title: Change Shortcode
Last modified: August 20, 2016

---

# Change Shortcode

 *  Resolved [victorlgarcia](https://wordpress.org/support/users/victorlgarcia/)
 * (@victorlgarcia)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/change-shortcode/)
 * The short code is conflicting with my theme from woo theme.
    Is there a way to
   change the shortcode? or maybe simple past the code in the area that i want it
   to display? (i’m want to use in a page, but i don’t now how to edit the template).
   Please, help! It’s kind urgent
 * thanks,
 * [http://wordpress.org/extend/plugins/contact-form-plugin/](http://wordpress.org/extend/plugins/contact-form-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/change-shortcode/#post-3585317)
 * Hello victorlgarcia,
 * Please write strings below into template:
    if ( function_exists ( ‘cntctfrm_display_form’))
   echo cntctfrm_display_form(); If this insertion happening inside html, then write
   strings below: <?php if ( function_exists ( ‘cntctfrm_display_form’ ) ) echo 
   cntctfrm_display_form(); ?>
 * Regards.
 *  [preskoo](https://wordpress.org/support/users/preskoo/)
 * (@preskoo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-shortcode/#post-3585351)
 * Hello.
 * I would also like to add the contact form in my page, but not using the shortcode.
   I want to implement it in the index.php page, but the strings above doesn’t seem
   to work. Any other suggestions?
 * Thank you!
    Regards.
 * EDIT: It works now, sorry for the post!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-plugin/assets/icon-256x256.gif?rev=2565795)
 * [Contact Form by BestWebSoft - Advanced WP Contact Form Builder for WordPress](https://wordpress.org/plugins/contact-form-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-plugin/reviews/)

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [shotcode](https://wordpress.org/support/topic-tag/shotcode/)

 * 2 replies
 * 3 participants
 * Last reply from: [preskoo](https://wordpress.org/support/users/preskoo/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/change-shortcode/#post-3585351)
 * Status: resolved