change label of a fieldset
-
Hello,
I want to change the label (the title) of a fieldset to something a user types in another field.
I tried this code in a calculated field for test, but it works not on a fieldset, it works only on a regular field:
(function(){
var naam = fieldname19;
jQuery(‘.someclassname>label’).html(naam);
return naam;
})()The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘change label of a fieldset’ is closed to new replies.