Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe Sign Date Format changes

New Here ,
Feb 20, 2020 Feb 20, 2020

Hello All,

 

I have encountered error message when I use Adobe Sign and sking for signature in the Date field. 

 

My form has been setting up in "dd/mm/yyyy" format in Date Field of PDF Form. See attached screen for my date field setting. 

 

However, when I use Adobe Sign and it ask for specific the signing position, I encountered error message on my date format. See attached screen captured as well. 

 

It's kind of strange that I setup my form already in mm/dd/yyyy format but it required dd/mm/yyyy in Adobe sign (US format). 

 

Could anyone have idea and let me know how can I fix it?

 

Thank you for your support in advanced!

 

With warmest regards,

Kalex

 

PS, I'm using Windows 10. Adobe Acrobat Standard DC version 2020.006.20034.

 

Kalex Ng Question_Page_1.png

 

Kalex Ng Question_Page_2.png

 

Kalex Ng Question_Page_3.png

 

TOPICS
Adobe Sign forms , Manage documents , Send documents
17.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 01, 2020 Mar 01, 2020

Hi,

 

I try to recreate your issue on my end but I dind't get that error.

 

However, looking at your screenshot, it seems like it is related to a date validation mechanism that needs to be customized when you're using Adobe Sign to add data and signature blocks to the document before it is sent for signatures.

 

What I did on my end, I just selected the desired  date format to the date field. See slide below:

 

adobe-sign date.png

Translate
Community Expert ,
Mar 01, 2020 Mar 01, 2020

Hi,

 

I try to recreate your issue on my end but I dind't get that error.

 

However, looking at your screenshot, it seems like it is related to a date validation mechanism that needs to be customized when you're using Adobe Sign to add data and signature blocks to the document before it is sent for signatures.

 

What I did on my end, I just selected the desired  date format to the date field. See slide below:

 

adobe-sign date.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2020 Mar 02, 2020

Hi,

 

Thanks for the reply. From your screen capture, I think you have enountered error message then you chose the correct date format and then move forward. It seems to be a workaround cos it heppens everytime.  

 

My problem was solved and I'd changed the field tag to "Text1_es_:signr1:isdate(format=dd/mm/yyyy)" using "Prepare Form". Afterwards, no more error message appeared when I use "Fill & sign".

 

Anyway, thank you very much for your concern and comment. 

 

Cheers, Kalex 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2020 Mar 02, 2020

you're welcome,  don't forget to mark your answer as correct

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2020 Mar 02, 2020

Done, and thanks a lot!

 

Cheers!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2020 Mar 02, 2020

You're very welcome and thank you for sharing your feedback.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 31, 2021 Mar 31, 2021
LATEST

Hi,

Has anyone here ever used the form fields API to place the Signature/Date fields rather than using the text tags?

 

I have tried refering to the provided form fields document from FAQ but it is not working.

Any pointers is much appreciated !

 

Thanks

Swapz

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 22, 2020 Nov 22, 2020

Hi,

 

I have the same problem. The date format using Adobe Form doesnt get carried forward to Adobe Sign. With the volume I am working with, it is just not possible to manually change dates in the form as you have shown. I tried using the script "Text1_es_:signr1:isdate(format=dd/mm/yyyy)" in Prepare form under Custom Calculation Field and it doesnt work. I tried locking the format and it doesnt work. This is causing so much problem and we are considering to stop using this tool altogether. Is there another way to fix this or am I making an error in the script above?

 

Thank you.

 

BR,

Megs.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 13, 2020 Aug 13, 2020

I use text tags in a Word file and want to insert the automatic signature date field {{Dte_es_:signer1:date}}. However, Adobe Sign converts this to the format "Aug 13, 2020". Is there a way to change the format to dd mmm yyyy? I have tried {{Dte_es_:signer2:date(format=”dd mmm yyyy”)}} but this does not work.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 25, 2020 Aug 25, 2020

Check this out: https://community.adobe.com/t5/adobe-sign/date-field-format/td-p/10755635?page=1

I think that must be xx:isdate(format="dd mmm yyyy")

Tag reference is here: https://helpx.adobe.com/de/sign/using/text-tag.html

Look at Date

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 25, 2020 Aug 25, 2020

Thanks, krokopi. But 'isdate' does not seem to work with date stamps, only with fields that are to be completed by the user. Using 'isdate' here stops the tag being recognised at all unfortunately. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 26, 2020 Aug 26, 2020

Hi,

ok, I thought you had mistyped. The syntax :date(format... does not exist. The isdate is a field validation rule (which I thought you meant) but not a field formatting. That is why this did not work.

It is possible to format the result of a calculated field with isdate

Check out this link which I hope might help here

https://helpx.adobe.com/sign/using/calculated-fields.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines