Copy link to clipboard
Copied
Hi, I'm working on reimbursement form that have multiple rows of dates. The form that I created with popup calendar in Adobe Acrobat did not converted properly in Adobe Sign. It changed into date text field instead and that not what I need. Is there a way to bring back the popup calendar? Can you use a javascript or something in Adobe Acrobat to keep the popup calendar feature in Adobe Sign? Thank you!
Copy link to clipboard
Copied
Acro Forms and Sign form are 2 different beasts. Sign forms have no support for any kind of JS, which is what is needed to support things like a calendar pop-up in Acrobat.
In Sign either signers enter a date into a text field, though the text field can be set to validate only for date formats.
In acrobat name the field like so
MyDate_es_:signer1:isdate(format=dd/mm/yyyy)
Sign will turn that into a text field called Mydate and assign it to th first participant and with a date validation in the dd/mm/yyyy format)
Sign also has field to populate the current date in which case name your Acro field
Today_es_:signer1:date
This is an auto date which will be formatted per Sign account setting.
Copy link to clipboard
Copied
Hi SimonATS,
Hmm, that is not good. So, no work around to have pop-up calendar. I guess the signer will have to deal entering all the different date into each text field. I hope Adobe Sign for future version would some how incorporate the pop-up calendar feature especially for those who uses multiple line of date in text field like expense reimbursement form. Thank you so much for your reply!
Copy link to clipboard
Copied
The pop-up date calendar is a relatively new addition. It's only available in Acrobat or Reader DC.
What application, including exact version, are your users using to open the file?
Copy link to clipboard
Copied
This is an auto date which will be formatted per Sign account setting.