Hi,
The pricing table you need to create using HTML and CSS, Forms component you can use for buttons, at bottom of each plan
1. For each button you need to create own form
2. Form Should include only 1 radio item which should be selected as a default, also you need to add Class Suffix, for example "hide-form-field"
And you need to add this CSS to hide total and radio at front
.ba-total-price,
.hide-form-field {
display: none !important;
}
Regards,