We have a radio button form we want to utilize with customers --error on Line 7 -Suggestions on how to fix?
if('Boiling Water Canner'=="Yes") {
// selected - show radio buttons
this.getField('Boiling Water Pack').display = display.visible; // show radio button
} else if {
// deselected show hide the radio buttons and reset the field
this.getField('Group 1”).display = display.hidden; // hide radio button}
if('Pressure Canner'="Yes") else {
// selected - show radio buttons
this.getField('Pressure Canner Gauge').display = display.visible; // show radio button
} else if {
// deselected show hide the radio buttons and reset the field
this.getField('Group 1”).display = display.hidden; // hide radio button
this.resetForm([‘Group 1’]); // clear radio button
}
if(Dehydration=="Yes") else if {
// deselected show hide the radio buttons and reset the field
this.getField('Group 1”).display = display.hidden; // hide radio button}
