Same worker showing on multiple bootstrap shortcode forms
I'm using multiple bootstrap shortcodes on the same page with a unique worker id set for each and all the forms have the first worker set for it. Is there a way to fix this? Example code:
<?php echo do_shortcode('[ea_bootstrap worker="1" layout_cols="2"]') ?>
<?php echo do_shortcode('[ea_bootstrap worker="2" layout_cols="2"]') ?>
Looks like my code got stripped out:
echo do_shortcode(‘[ea_bootstrap worker="1" layout_cols="2"]‘)
echo do_shortcode(‘[ea_bootstrap worker="2" layout_cols="2"]‘)
The above code will cause worker 1 to be on both forms.