• Resolved Marty861

    (@marty861)


    Hello,
    I’m wondering if is possible to add the condition which checks if form with ID exists?

    Something like this:

    <? if( is_insert_cform(‘my-form-id’) ) { ?>
    <? insert_cform(‘my-form-id’); ?>
    <? { ?>

    because if ID doesn’t exist it will fallback to some other form which was created before.

    Thank you for your help.
    MW

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CformsII – if form exist?’ is closed to new replies.