Creating a form on the fly without shortcode
I'm trying to add a function to load a frontend form via ajax but it isn't working (echoing the ea_bootstrap shortcode). Is there a way to create a different form depending on which button is clicked? ie. Button 1 to load form 1 and button 2 to load form 2 either via ajax or using the php class. Thanks