Hello everyone, I currently have 3 buttons on front page and 3 forms(shortcode) on register page. What I want to do is I would like to only show one of the forms corresponding to the selected button on the front page.
Button 3
`<div onclick="RegisterNewLevel('button3');">
<span class="button button_theme button_js" style="cursor: pointer;">Get started</span></div>`
```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
Here is my forms(shortcode) on front page
```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
`[forms id="301"]`
[forms id="302"]
`[forms id="303"]`
```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
Any help will be appreciated. Thanks.