asked on July 25
This code returns null, but it seems to me that it should return an array of 1 object.
LFForm.changeFieldSettings( {fieldId: 5}, {content: '<a href="https://www.google.com" class="myLink">Click Here</a>'} ); console.log(LFForm.findFieldsByClassName("myLink"));
0
0