Thank you thank you thank you. I'm new to creating PDF fillable forms and to Javascript. This tutorial is perfect for me! I successfully recreated your example and am now going to apply the script to my own form. Brilliant!
Thank you for this. It works well the first time I click the checkbox, but then it doesn't toggle with whether the checkbox is checked or not. Can you please help?
Great tutorial, is there a way to do this with radio buttons? So that if you had a set of three radio buttons you can populate different form fields with each button but only one can be selected?
Hi great stuff out here. Btw, if you can help me do this in radio button and not checkbox, i tried This code but didn't work If (event.target.value =="yes") { this.getField("showMe").display = display.visible; } else { this.getField("showMe").display = display. hidden; I have two radio buttons yes or no
Thank you thank you thank you. I'm new to creating PDF fillable forms and to Javascript. This tutorial is perfect for me! I successfully recreated your example and am now going to apply the script to my own form. Brilliant!
Good step by step explanation. Easy to understand. Thanks
Great video, thanks for sharing! I had to change the " to ' in my Script, but all works now!
Thanks so much for this tutorial. Been searching some time for a solution and this is it!
Exactly what I was looking for, Thank you so much!!
(Didn't work at first because I miss the on Checked(0), my bad) :)
Thank you for the video. I have Acrobat Pro. the script i not working! What cold the problem be?
Thank you for this. It works well the first time I click the checkbox, but then it doesn't toggle with whether the checkbox is checked or not. Can you please help?
Do you have a video to do the same thing but with a drop down?
a trick : you can watch series on flixzone. Me and my gf have been using them for watching loads of movies recently.
@Ahmed Malakai definitely, been using flixzone for years myself :)
@Ahmed Malakai definitely, I've been using flixzone for since november myself =)
Very helpful thank you!
Very helpful! Thank You very much!
Hello. Help me please.
How do I add another Checkbox to do the same function with other fields?
I am really new to this. Will the functions work when our form fillers open and fill in Reader?
Great tutorial, is there a way to do this with radio buttons? So that if you had a set of three radio buttons you can populate different form fields with each button but only one can be selected?
tHANK YOU FOR INFO
Amazing! But is it possible to make it work with radio group?
Hi great stuff out here.
Btw, if you can help me do this in radio button and not checkbox, i tried
This code but didn't work
If (event.target.value =="yes") {
this.getField("showMe").display = display.visible;
} else {
this.getField("showMe").display = display. hidden;
I have two radio buttons yes or no