I have 2 date/time fields in a timesheet form. Currently, users can pick any date they want in the first, and the second populates with a date 6 days later. I'm not sure how to validate that the day they pick is a Sunday. Is that possible with scripting??Thanks in advance,Rose.
Hi, my appologies if this has been asked. I found a few threads in searching the forums that deal with similar issues, but the solutions didn't help me any so I decided to start a new discussion.I have a field called date1 and I have a field called rate. Quite simply, all I want to do is determine t...
I need to cancel the signature and reset it so that the end-user can try to sign it again if the signer can not be verified. preSign is too early, but I can't seem to find a way to cancel the event in postSign. cancelAction only works in preSign.Thanks,Rich
Hi,I have a form which consists of drop down lists and hidden fields, depending on the answer to the drop down, then a hidden field will appear. What I am struggling to work out is how to code if a user answers Yes to the first drop down, this then prompts a further drop down, which when answered wi...
I'm guessing this has to do with how it is displayed under the patterns. I'm looking for a way when the user enters for example $5,000,000.00 it displays the shorthand version of $5M instead. Is this possible?? Any help on this is much appreciated. Thanks.
https://acrobat.com/#d=Q4mPXOglMmVaowXHe8urxwI am creating a time sheet that will (hopefully) round hours (calculated from time entered) to the nearest quarter hour. I have it working in the first row of the table, however, since it is a dynamic table, it copies that number down to the rest of the ...
I cannot figure out how to prevent a table header row (or repeatable subform that is being used as an overflow leader) from being "stranded" at the bottom of a page in a dynamic, flowed form and thusly being "separated" from the table it is intended to "head". I think the answer must lie in having ...
I've created a date field with validation parameters, but when a user enters "1234567891011" it'll give a validation error message, but it will still allow the user to continue onto the next field. How do I wipe out the bad date and set the focus back to the date field forcing them to enter a proper...
I tried everything and looked everywhere and can't find the best solution to this problem. I just need a way for the user to attach documents to a PDF form in Adobe Reader. I have access to LiveCycle and Acrobat so is there way once the extended features are enabled for a user to add attachments t...
I'm new to Life Cycle Designer and need help with the following script:txtComments.rawValue = Page1.Com1.rawValue + "\n" + Page1.Com2.rawValue + "\n" + Page1.Com3.rawValue;What I'd really like to do is create an array/function that concatenates the fields titled Com* if there is data in these fields...