Add Disappearing Instructional Text in PDF Form | Adobe Acrobat Fillable PDF Form

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ธ.ค. 2024

ความคิดเห็น • 62

  • @starterpvck2043
    @starterpvck2043 ปีที่แล้ว +12

    For anyone too lazy to type this out (like I was), use the prompt below and change your instructional value. I have mine as "First and Last name"
    if (!event.value) {
    event.value = "First and Last Name" ;
    event.target.textcolor = color.ltGray;
    event.target.display = display.noPrint;
    }
    else {
    event.target.textColor = color.black;
    event.target.display = display.visible;
    }

  • @matiasstipisic7534
    @matiasstipisic7534 2 ปีที่แล้ว

    GOSHHHH! I was trying to find out a useful and shorter video like this! THANKS A LOTTTTT!

  • @viniaudino
    @viniaudino 5 วันที่ผ่านมา

    how can i set other colors for the text?

  • @rashnull
    @rashnull 2 ปีที่แล้ว

    Thanks a bunch, this worked like a charm!

  • @nazrulislam-kf5wu
    @nazrulislam-kf5wu 3 ปีที่แล้ว

    Hello,
    I'm following your channel and all video from the last year. I got lots of help watching your videos. I have a request, please make a new series/playlist for "Learning PDF Form JavaScript from beginner to advanced" or ""Learning PDF Form JavaScript from Zero to Hero". I hope it will help massive people. Because such kind of content is not so much available. Especially for beginners.
    Thank you so much👍🙂🙏

  • @improvementor3861
    @improvementor3861 2 หลายเดือนก่อน

    Managed to make it gray!!! In the line
    "event.target.textcolor = color.ltGray;" make the textcolor "C" Capital, like this "event.target.textColor = color.ltGray;"
    Keep up the good work people :)

  • @patriciapage655
    @patriciapage655 ปีที่แล้ว

    Thank you so much! This is perfect!

  • @kewalprakashdoshi8768
    @kewalprakashdoshi8768 3 ปีที่แล้ว +1

    Great one sir

  • @Am33k3r
    @Am33k3r ปีที่แล้ว +1

    Any one able to help me add and additional line to make the instructional message italic

  • @MahmoudMeky
    @MahmoudMeky 3 ปีที่แล้ว

    Thank you so much 🥰 really appreciate it

  • @MadelineZamora-oz9cc
    @MadelineZamora-oz9cc 6 หลายเดือนก่อน

    is there a way to do this and allow for rich text formatting?

  • @Squarefish-o6w
    @Squarefish-o6w ปีที่แล้ว

    Wow! thank you so much!

    • @pdfform
      @pdfform  ปีที่แล้ว

      join our patreon page for more useful scripts

  • @vakeroufo
    @vakeroufo ปีที่แล้ว +1

    Genial, gracias.

  • @anthonythioberto7429
    @anthonythioberto7429 2 ปีที่แล้ว

    Hi, what if I need the instruction text to be more than one liner? Thanks

    • @pdfform
      @pdfform  2 ปีที่แล้ว

      use "/n" in the script to be multi line text

  • @medoalawadi7889
    @medoalawadi7889 9 หลายเดือนก่อน

    can you please make a short videow on how to show answer keys for questions and hide them when not being pressed

    • @pdfform
      @pdfform  9 หลายเดือนก่อน

      Use roll over feature

  • @Manojkumar-qu7sk
    @Manojkumar-qu7sk ปีที่แล้ว

    Hi is there a way to display the property of the field in the field ex: text, date , text character limit 2

  • @lokmanata2947
    @lokmanata2947 ปีที่แล้ว

    hi bro.
    i have a question. i wrote that java code but my instructional text is not gray. it is black. what is the problem ? can you help me please.

    • @pdfform
      @pdfform  ปีที่แล้ว

      Click reset the form

    • @lindstrenz
      @lindstrenz 2 หลายเดือนก่อน

      @@pdfform Where can you find reset the form

    • @improvementor3861
      @improvementor3861 2 หลายเดือนก่อน

      The answer is in the line: "event.target.textcolor = color.ltGray;" you should make the letter "C" capital like this: "event.target.textColor = color.ltGray;"

  • @adaleung1277
    @adaleung1277 4 หลายเดือนก่อน

    very useful!!!!

  • @CapixabaVistodeCima
    @CapixabaVistodeCima 3 ปีที่แล้ว

    Great vídeo

  • @wanderingseth
    @wanderingseth 3 ปีที่แล้ว

    This would be great if you had audio... it's so confusing trying to work out the sequence of actions from watching. No idea what I'm supposed to do.

  • @thespatialmedialab
    @thespatialmedialab 10 หลายเดือนก่อน

    Does not work on macOS 14.3.1

    • @pdfform
      @pdfform  10 หลายเดือนก่อน

      Use adobe acrobat not default pdf viewer

    • @AndrewRahman
      @AndrewRahman 10 หลายเดือนก่อน

      @@pdfform I am using Adobe Acrobat Pro, newest version, on the above stated macOS and it does not work. I sent the file to someone on Windows and it works for windows, but not for Mac.

  • @sanjalitalk2017
    @sanjalitalk2017 2 ปีที่แล้ว +1

    I need this script

    • @pdfform
      @pdfform  2 ปีที่แล้ว

      @SANJALI TALK. Script already provided

    • @sanjalitalk2017
      @sanjalitalk2017 2 ปีที่แล้ว

      @@pdfform from where I can get this script

    • @sanjalitalk2017
      @sanjalitalk2017 2 ปีที่แล้ว +1

      Can you please copy this script here

    • @sanjalitalk2017
      @sanjalitalk2017 2 ปีที่แล้ว +1

      Script not given into description of video

  • @umar32bright
    @umar32bright 3 ปีที่แล้ว

    Sir, I need your help please.

    • @pdfform
      @pdfform  3 ปีที่แล้ว

      post your issue in our fb group.

    • @umar32bright
      @umar32bright 3 ปีที่แล้ว

      @@pdfform Fb group link?

    • @pdfform
      @pdfform  3 ปีที่แล้ว

      already provided..plz check our channel homepage

  • @theclipart
    @theclipart 2 ปีที่แล้ว

    Doesn't work. The text never changes from gray to black.

    • @pdfform
      @pdfform  2 ปีที่แล้ว

      @Nattles. can you share the script you have written

    • @theclipart
      @theclipart 2 ปีที่แล้ว +1

      @@pdfform if (!event.value) {
      event.value = "Month Day, Year";
      event.target.textColor = color.ltGray;
      event.target.display = display.noPrint;
      }
      else {
      event.target.textColor = color.black;
      event.target.display = display.visible;
      }
      Edited to reformat properly. The text appears, disappears on focus, but never changes from gray to black.
      This is using the latest Adobe Acrobat DC Pro 2022.001.20085 and Preview Version 11.0 (1033.3) on Mac.
      Thanks in advance!

    • @pdfform
      @pdfform  2 ปีที่แล้ว

      @theclipart i used your script and it is working fine for me......

    • @theclipart
      @theclipart 2 ปีที่แล้ว

      @@pdfform sadly, it doesn’t for me. Never changes from grey text. Thanks for checking.

    • @pdfform
      @pdfform  2 ปีที่แล้ว

      @theclipart can you plz make a video of how your are doing