Acrobat XI Tutorial Showing Form Fields Based on a Checkbox

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 21

  • @CK9mum
    @CK9mum 2 года назад

    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!

  • @abdrahimkasiman5256
    @abdrahimkasiman5256 3 года назад

    Good step by step explanation. Easy to understand. Thanks

  • @kristiandarney1230
    @kristiandarney1230 7 лет назад

    Great video, thanks for sharing! I had to change the " to ' in my Script, but all works now!

  • @RoKe11y
    @RoKe11y 5 лет назад

    Thanks so much for this tutorial. Been searching some time for a solution and this is it!

  • @gl3862
    @gl3862 7 лет назад

    Exactly what I was looking for, Thank you so much!!
    (Didn't work at first because I miss the on Checked(0), my bad) :)

  • @KouroshMaalizadeh
    @KouroshMaalizadeh 4 месяца назад

    Thank you for the video. I have Acrobat Pro. the script i not working! What cold the problem be?

  • @clairedyer2987
    @clairedyer2987 4 месяца назад

    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?

  • @arvellgreen1
    @arvellgreen1 6 лет назад +4

    Do you have a video to do the same thing but with a drop down?

    • @ahmedmalakai9753
      @ahmedmalakai9753 3 года назад

      a trick : you can watch series on flixzone. Me and my gf have been using them for watching loads of movies recently.

    • @rubencamdyn9627
      @rubencamdyn9627 3 года назад

      @Ahmed Malakai definitely, been using flixzone for years myself :)

    • @kingstonjensen5589
      @kingstonjensen5589 3 года назад

      @Ahmed Malakai definitely, I've been using flixzone for since november myself =)

  • @jonramer
    @jonramer 7 лет назад +1

    Very helpful thank you!

  • @michasiedlczynski5298
    @michasiedlczynski5298 6 лет назад

    Very helpful! Thank You very much!

  • @fabriciofrancisco7225
    @fabriciofrancisco7225 2 года назад

    Hello. Help me please.
    How do I add another Checkbox to do the same function with other fields?

  • @hollycuthbertson8412
    @hollycuthbertson8412 6 лет назад

    I am really new to this. Will the functions work when our form fillers open and fill in Reader?

  • @ChrissySubject
    @ChrissySubject 6 лет назад

    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?

  • @eureraelpida
    @eureraelpida 3 года назад

    tHANK YOU FOR INFO

  • @Alhussain_Y
    @Alhussain_Y 6 лет назад

    Amazing! But is it possible to make it work with radio group?

  • @dontbeafraid5313
    @dontbeafraid5313 5 лет назад

    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