Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    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.

    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.