posted on July 23
Hi, I'm using Laserfiche 11 new designer. I have two radio button fields. I want to make the second radio button null every time i make a change on the first radio button. Here is my code.
LFForm.changeFieldOptions({ LFForm.setFieldValues({ fieldId: 2 }, {value: ""}); }, { fieldId: 1});
0
0