Javascript issues??
- dominique.beaudin
- Posts: 49
- Joined: Tue Mar 06, 2018
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!
- dominique.beaudin
- Posts: 49
- Joined: Tue Mar 06, 2018
I just got this working. I'm not even sure how. I also figured out my other issues (I have to have all Plumsail forms for the parentID to go to the child). I was used to SPForms so I was trying to mimic that to avoid having to do every form (there are a lot). Thanks.
Hello Dominique,
I'm glad you've figured it out!
Please post all your questions about new Plumsail Forms in the Plumsail Community:
https://community.plumsail.com/
I'm glad you've figured it out!
Please post all your questions about new Plumsail Forms in the Plumsail Community:
https://community.plumsail.com/
-
- Information
-
Who is online
Users browsing this forum: No registered users and 12 guests