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

    (@bestwebsoft)

    Hello flyagaricus,

    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(); ?>

    Kind regards.

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