Radio buttons | WordPress.org

Hello @ohtusabes

Thank you very much for using our plugin.

You don’t have a radio button field with multiple choices, you have separate radio button fields.

So, in your case, you must emulate the process by coding.

Please insert an “HTML Content” field in the form and enter the following piece of code as its content:


fbuilderjQuery(document).on('click', '#fbuilder [type="radio"]', function(){
let me = this;
fbuilderjQuery('#fbuilder [type="radio"]').each(function(){
if(this.id != me.id) getField(this).setVal(0);
});
});

Best regards.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer