Same worker showing on multiple bootstrap shortcode forms

Support forumCategory: QuestionsSame worker showing on multiple bootstrap shortcode forms
Brian asked 3 years ago
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"]') ?>
breeves replied 3 years ago

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"]‘)

breeves replied 3 years ago

The above code will cause worker 1 to be on both forms.

1 Answers
Nikola Loncar Staff answered 3 years ago
Hi Brian, you can have only one form per page atm. Best regards, Nikola