Тёмный
PDF Form JavaScript
PDF Form JavaScript
PDF Form JavaScript
Подписаться
This channel is dedicated for helping freelancers/individual/professionals with PDF Form JavaScripts whether it be for Adobe Acrobat Pro or Adobe Livecycle (now AEM).

You can become a patron and support us at :
www.patreon.com/pdfformjavascript

Also you can join our Facebook Q & A Group: facebook.com/groups/pdfformjavascript
Комментарии
@annortega7335
@annortega7335 2 дня назад
Hi this very helpful...but what if there's a different dropdown item list in every item.0, item.1 etc with different rate... What to do...
@pdfform
@pdfform 2 дня назад
Plz elaborate your query with an example
@annortega7335
@annortega7335 День назад
​@@pdfform can I have your email ad instead so I can send the excel file I made with all the dropdowns and the pdf file I created
@pdfform
@pdfform День назад
@annortega7335 you can join our Facebook group and send your excel there. Facebook group link on the channel home page
@annortega7335
@annortega7335 День назад
​@@pdfformThank you. Joined. I'll wait for approval.
@besslau3570
@besslau3570 4 дня назад
You are the only one who can solve my problem, thank you so much 😊
@WildStarvingWolf
@WildStarvingWolf 9 дней назад
It works! You are amazing for sharing this tutorial. It's simple, to the point and so helpful. Subscribed!
@JagadeeswarKota
@JagadeeswarKota 13 дней назад
Is there any way we can convert the required text fields to checkbox in PDF form ?
@pdfform
@pdfform 13 дней назад
Plz elaborate
@fra2847
@fra2847 13 дней назад
var w10 = this.getField("0011").value; var w11 = this.getField("0012").value; var w12 = this.getField("0013").value; var w13 = this.getField("0014").value; var w14 = this.getField("0015").value; if (w10 == "") w10 = 0; if (w11 == "") w11 = 0; if (w12 == "") w12 = 0; if (w13 == "") w13 = 0; if (w14 == "") w14 = 0; if (w10 == 0 && w11 == 0 && w12 == 0 && w13 == 0 && w14 == 0) event.value = ""; else if (w10 + w11 + w12 + w13 + w14 != 0) event.value = w10 + w11 + w12 + w13 + w14;
@cap9719
@cap9719 Месяц назад
Thank you very much
@MadelineZamora-oz9cc
@MadelineZamora-oz9cc Месяц назад
is there a way to do this and allow for rich text formatting?
@RatanKumar-rf5dh
@RatanKumar-rf5dh Месяц назад
What is property mNumpage field
@Scaram94
@Scaram94 2 месяца назад
How just drop a multiple items on dropdownlist . Dont have any button
@trianisholihah9126
@trianisholihah9126 2 месяца назад
Hi, I've followed the steps and the logic is correct, but the second dropdown menu won't appear. Why is that?
@cscscs3618
@cscscs3618 2 месяца назад
FINALLY!!! Something that works!!! Thank you!!
@ricardo2020201
@ricardo2020201 2 месяца назад
Funcionou perfeitamente! Muito obrigado
@pdfform
@pdfform 2 месяца назад
You can join our Patreon page for more scripts
@md.zahidulhaque7023
@md.zahidulhaque7023 3 месяца назад
I have 2 text fields, Name and Amount. I want to built a javascript code for when i write name in the text box then the amount will be automatically filled by 50. Is it possible to help me providing javascript code?
@pdfform
@pdfform 3 месяца назад
Yes it is possible
@md.zahidulhaque7023
@md.zahidulhaque7023 3 месяца назад
@@pdfform Can i get the javascript code?
@pdfform
@pdfform 3 месяца назад
Put this code in the field in which you want the numeric value under custom calculation : var v1 = this.getField("Text1").value; var v2 = this.getField("Text3").value; if (v1!=="" && v1 != " ") event.value = 50 else event.value = "";
@kracken71
@kracken71 3 месяца назад
can you create a Julian date field in acrobat form
@pdfform
@pdfform 3 месяца назад
Yes, We have already provided the code on our Patreon page
@bencampbell7118
@bencampbell7118 4 месяца назад
Perfect! Other sites / sources gave suggestions for code that wouldn't work or had errors. Yours worked exactly as promised!
@TaniaAktar-th9ft
@TaniaAktar-th9ft 4 месяца назад
Hello, Can I get this code or file as a free member
@coldplayz
@coldplayz 4 месяца назад
Great video, will this work with Nitro Pro? thanks
@pdfform
@pdfform 4 месяца назад
Yes probably
@medoalawadi7889
@medoalawadi7889 5 месяцев назад
can you please make a short videow on how to show answer keys for questions and hide them when not being pressed
@pdfform
@pdfform 5 месяцев назад
Use roll over feature
@ximenaguijarro7776
@ximenaguijarro7776 5 месяцев назад
hi, how you count the numbers? SO.. no use add, use =counta Thank you!
@andregiestas
@andregiestas 5 месяцев назад
You are a life savior. Thanks!
@md.zahidulhaque7023
@md.zahidulhaque7023 5 месяцев назад
In my PDF total 15 pages but i want to print only those pages which fields filled with data, is it possible to help me how i create it?
@pdfform
@pdfform 5 месяцев назад
Yes it is possible
@md.zahidulhaque7023
@md.zahidulhaque7023 5 месяцев назад
how?@@pdfform
@pdfform
@pdfform 5 месяцев назад
There are many ways to do it… easy one is to make a hidden field in each and set that field a value if any data is there one that page and then make print button with script to check that each page’s hidden button is empty, if empty it will not print that page (script for print is already on my channel)
@md.zahidulhaque7023
@md.zahidulhaque7023 5 месяцев назад
@@pdfformplease give me the specific video link
@md.zahidulhaque7023
@md.zahidulhaque7023 5 месяцев назад
I am using another javascript code for auto jumping one field to another field when it full of text. But if i click more members button then new page created but doesn’t work my earliest javascript code because of new fields name. Now what should i do?
5 месяцев назад
👇 The script 👇 ----------------------------- 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; }
@thespatialmedialab
@thespatialmedialab 5 месяцев назад
Does not work on macOS 14.3.1
@pdfform
@pdfform 5 месяцев назад
Use adobe acrobat not default pdf viewer
@AndrewRahman
@AndrewRahman 5 месяцев назад
@@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.
@neorik
@neorik 6 месяцев назад
Which is a replacement for LiveCycle? It seems like it's no longer on the Adobe site? Thanks
@pdfform
@pdfform 6 месяцев назад
Livecycle is now known as AEM Designer
@stevejobs5533
@stevejobs5533 6 месяцев назад
event.value = event.value.toUppercase (); worked btw, thanks a lot
@MP12481
@MP12481 6 месяцев назад
So....how do you do it?
@harunAdventures
@harunAdventures 6 месяцев назад
bhai script he description me lekh dyty
@RamshaDeep
@RamshaDeep 6 месяцев назад
Not work
@karthikbabu2032
@karthikbabu2032 7 месяцев назад
Is there a way to convert the existing data from lowercase to uppercase in pdf file using adobe acrobat reader ?
@bipsbd
@bipsbd 7 месяцев назад
Dear can you help me out plz if (d2 == dd2.defaultValue || d1 == dd1.defaultValue){event.value = " " ;}; Syntax Error : Missing ) after condition 9: at line 10
@leninpayeaquise3236
@leninpayeaquise3236 7 месяцев назад
Hola el Script no funciona puedes ayudarme por favor
@commwarrior7228
@commwarrior7228 7 месяцев назад
Hola, buen video, es posible hacerlo al revés? Exportar desde Excel a cada PDF según una tabla con datos?
@pdfform
@pdfform 7 месяцев назад
Yes, already made video on this topic…
@Jedacast
@Jedacast 7 месяцев назад
Question. Is it possible to spawn fields? like if we added phone number but member 3 had 5 phone numbers we needed to add (just an example)
@pdfform
@pdfform 7 месяцев назад
Yes it is possible but with adobe acrobat pro it will be very cumbersome, for that you can use adobe live cycle now Designer
@Jedacast
@Jedacast 8 месяцев назад
Thank you so much for this Tutorial. You are great!
@pdfform
@pdfform 8 месяцев назад
Join our Watsapp for prompt reply on any issue related to adobe form scripts whatsapp.com/channel/0029Va4IjoCBfxnxzJctay0v
@tekstildijana6916
@tekstildijana6916 8 месяцев назад
pls can you make it to open a html file
@pdfform
@pdfform 8 месяцев назад
Try changing the file name with extension
@lokmanata2947
@lokmanata2947 8 месяцев назад
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 8 месяцев назад
Click reset the form
@user-ih7qi4ej5s
@user-ih7qi4ej5s 9 месяцев назад
Your sharing and work are very successful, congratulations and thank you. I tried this work but I couldn't do it. Could you send me the work?
@pdfform
@pdfform 9 месяцев назад
all my working scripts are already provided in the videos.. if you are not able to follow the video , then you can visit our patreon page .. there all the pdf files with working scripts are available..
@user-ih7qi4ej5s
@user-ih7qi4ej5s 9 месяцев назад
thankss@@pdfform
@oscarcampos2086
@oscarcampos2086 9 месяцев назад
Hello, I got the following error "SyntaxError: Missing ) in parenthetical 6: at line 7 error" How do I fix it?
@pdfform
@pdfform 9 месяцев назад
) closing bracket is missing
@Oberyn_Martell
@Oberyn_Martell 9 месяцев назад
Fantastic.. I love it soooo much. Thank you
@scarlettshen8877
@scarlettshen8877 10 месяцев назад
how to create a button that will alert if there are any unfilled item and also another button that will lock that data after filling in
@pdfform
@pdfform 10 месяцев назад
Already made video on these topics, plz checkout the channel
@vakeroufo
@vakeroufo 10 месяцев назад
Genial, gracias.
@vakeroufo
@vakeroufo 10 месяцев назад
Muchas gracias, fue de mucha utilidad.
@md.zahidulhaque7023
@md.zahidulhaque7023 10 месяцев назад
If I create 3 signature fields on the same page, and I input my signature in the first field, the other 2 fields are automatically filled the same as the first field. Is it possible? If possible , please tell me how I do that.
@pdfform
@pdfform 10 месяцев назад
why do u need 3 signature of same person on same page.... illogical requirement
@md.zahidulhaque7023
@md.zahidulhaque7023 10 месяцев назад
@@pdfformif 3 signature of the same person on 3 different pages, then its possible?
@arifulislam3622
@arifulislam3622 11 месяцев назад
Best, with hand typing same textbox?
@user-ls1ul3gy4t
@user-ls1ul3gy4t 11 месяцев назад
Can these forms be used in Adobe Sign?
@pdfform
@pdfform 11 месяцев назад
no
@starterpvck2043
@starterpvck2043 11 месяцев назад
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; }
@user-vo9he8be9j
@user-vo9he8be9j Год назад
Wow! thank you so much!
@pdfform
@pdfform Год назад
join our patreon page for more useful scripts
@MSGarrett1
@MSGarrett1 Год назад
Thank you. You saved me on a PDF I was creating. I didn't know the JavaScript.
@pdfform
@pdfform Год назад
join our patreon page for more useful scripts
@laas4642
@laas4642 Год назад
I am trying to do this with lower 0 and upper 21 (22 options), max 10 selected. How do I alter the script for a double-digit maximum? Currently, the script is running as soon as I select one checkbox.
@pdfform
@pdfform Год назад
mssg on our patreon page