Javascript issues??
Posted: 18 Feb 2020
Hello,
In the new Plumsail forms, I can't get any Javascript to work at all. I had testing some things before Christmas that worked, but now do not. For example, even just a basic hide/show does not work. I must be doing something wrong?
function HideShow() {
if (fd.field('Association_x0020_Name').value() == 'TOMA') {
// Hide if TOMA
$('.related-wmca').hide();
} else {
$('.related-toma').hide();
}
}
HideShow();
Any help is deeply appreciated!
In the new Plumsail forms, I can't get any Javascript to work at all. I had testing some things before Christmas that worked, but now do not. For example, even just a basic hide/show does not work. I must be doing something wrong?
function HideShow() {
if (fd.field('Association_x0020_Name').value() == 'TOMA') {
// Hide if TOMA
$('.related-wmca').hide();
} else {
$('.related-toma').hide();
}
}
HideShow();
Any help is deeply appreciated!