prevent closing box issue
-
I used the code
add_filter( 'boxzilla_box_options', function( $opts, $box ) { $opts['closable'] = false; return $opts; }, 10, 2 );
to prevent users from bypassing the box. but after they sucessfully complete the form, it remains and user cannot proceed to the destined page.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘prevent closing box issue’ is closed to new replies.