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

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

    🟣 DONE-FOR-YOU SERVICE: Want us to design and/or create your fillable PDF form? Email Auret: auret@essetinoconnexions.com

  • @kristenbrunelle5628
    @kristenbrunelle5628 9 วันที่ผ่านมา +1

    Great tutorial, worked perfectly for me. Do you also have a tutorial for auto populating time? Appreciate you sharing your knowledge!

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

    Thank you very much for the short cut, very helpful!

  • @Michael-er1xh
    @Michael-er1xh 10 หลายเดือนก่อน

    Super helpful! Thank you!

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

    Thank you, it worked for me.

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

    Thank you!!

  • @dianem3437
    @dianem3437 หลายเดือนก่อน +1

    this is fine in a powerpoint, but I'm trying to find the text box in an actual pdf.

  • @user-jr3gb4og9v
    @user-jr3gb4og9v ปีที่แล้ว +1

    Thank you for helping add the date, is there a way to add the current time?

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

    Thank you really :)

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

    Hi, thank you for tip, how can I add date and time together

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

    If I have more than one date field (i.e. renters), do I choose unique names for the date fields (date1, date2) and repeat the Java script w that change? If I want the date field to auto fill upon the signature field being filled, do I just change the trigger?

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

    What if you want it to auto populate the date to be 5 days later than another date listed in the form? So, if I manually type last sunday in one field, the next field could reference that date and add 5 days and populate the 5th day following that sunday (friday).

  • @ElizabethvanAswegen
    @ElizabethvanAswegen 9 วันที่ผ่านมา

    I wonder if you still look at the comments. I actually want to create a date in adobe spark. I think I will get around it by first creating a pdf form, and then place it in adobe spark. I do want to ask if you know how I can create a column on the side of the document with a timer on e.g. it starts at 0 at the top and stop at the bottom at 60 minutes. I want to create something like this for a 60-minute period in the classroom.

  • @user-hm7vg8do1j
    @user-hm7vg8do1j 10 หลายเดือนก่อน

    My options don't look the same so I've used 'Document Actions' and then 'Document Will Print' in the drop down menu. Is this correct?

  • @user-ox2oc9iy3g
    @user-ox2oc9iy3g 8 หลายเดือนก่อน

    Where am I getting the description to copy and paste into the java script pop up?

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

    Thank you for the video. I know that SIGNing will freeze everything in a fillable document but how do you keep the date from updating when the form is reopened while retaining the ability to update the other fields?

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

      The date shouldn’t update on its own, unless there is a JavaScript code installed on your PDF to automatically fill the date - if that’s the case, you may need to amend the code.

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

    Hi, How to show/ hide page from pdf form by clicking check box. Example : I have fillable pdf form which include 2 pages, I want to 2nd page will be disappear by clicking check box, if needed again click same check box 2nd will be appear. How to do it?

  • @user-ut5do2rg1c
    @user-ut5do2rg1c ปีที่แล้ว +1

    How do you make the date and time show up with current date when you click on the fillable square. Not when the document is opened up.

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

    How do I add a custom expiration to a PDF I sent out for signature?

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

    Didn't work for me. I get an error, javascript degugger shows me this: TypeError: f is null
    2:Page:Open

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

    Didn't work for me for some reason, did everything like you, but all I get is a blank box when previewing, I'm just trying to have a date show up on my resume when someone opens the pdf.

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

      Hey Bill, feel free to email us your PDF at auret@essetinomedia.com - let's see if we can help you out 😀

  • @andregiestas
    @andregiestas 5 หลายเดือนก่อน

    You are a life savior. May I please ask something? Today is 02/21/2024 (mm/dd/yyyy). I am willing the date to be displayed diferently, I hope I could get some help. I want the date I mentioned to be like 21 of February of 2024 (dd "of" mmmm "of" 2024). Is that even possible? Thanks again for ur video, it was amazing!

    • @EssetinoMedia
      @EssetinoMedia 5 หลายเดือนก่อน

      You're welcome Andre! It's not possible with their default date formats (which you can see when you go into the date field properties in the Format tab) but you may be able to achieve this using a custom script. If you want this done, send me an email auret at essetinomedia.com - I'll have our PDF Javascript expert confirm whether it's possible and can provide you with a quote. :)

    • @andregiestas
      @andregiestas 5 หลายเดือนก่อน

      @@EssetinoMedia Found something
      // Função para obter a data atual por extenso
      function getDataPorExtenso() {
      // Arraywith the name of the months (everything in Portuguese)
      var meses = ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"];
      // Array with Weekdays
      var diasDaSemana = ["Domingo", "Segunda-feira", "Terça-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", "Sábado"];
      // Actual date
      var dataAtual = new Date();
      // Extract day, month and year
      var dia = dataAtual.getDate();
      var mes = dataAtual.getMonth();
      var ano = dataAtual.getFullYear();
      var diaDaSemana = dataAtual.getDay();
      // String with day plus tring plus month plus string plus year
      var dataPorExtenso = dia + " de " + meses[mes] + " de " + ano;
      return dataPorExtenso;
      }
      // Função para preencher o campo de texto com a data por extenso
      function preencherDataPorExtenso() {
      // Send the text to the field I want
      var campoTexto = this.getField("Data Completa");
      // Verifica se o campo de texto foi encontrado
      if (campoTexto) {
      // Obtém a data por extenso
      var dataPorExtenso = getDataPorExtenso();
      // Preenche o campo de texto com a data por extenso
      campoTexto.value = dataPorExtenso;
      }
      }
      // Chama a função para preencher o campo de texto ao abrir o documento
      preencherDataPorExtenso();