• Resolved teatall

    (@teatall)


    I remember it used to work for the submit button when you set conditional rules to it. However, this seems to be no longer working for the latest version (1.14.11). Could you look into it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, I am surprised too, before the MAJ the conditionnal for show the button worked.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @teatall and @valdiju,

    Our developers are already look into this issue.

    In the meantime, can you try creating new mu-plugin and paste this code inside it as a temp fix until new version is released:

    
    <?php
    add_filter( 'forminator_render_button_markup', function( $html ){
    	$html = str_replace('class="forminator-field"', 'id="submit" class="forminator-field"', $html);
    	return $html;
    } );

    Cheers,
    Predrag

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @teatall

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conditional logic not working for submit button’ is closed to new replies.