Viewing 1 replies (of 1 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    It is necessary to call option for the template instead of shortcode.
    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,
    Oksana

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form] php code for contact form’ is closed to new replies.