Hello Adobe Forum,I'm an SAP user and am creating an Adobe form (my first). I posted this in an SAP forum, but have yet to receive any feedback whatsoever so I thought it may be better to go to the Adobe experts themselves. I've run into an Adobe issue and am just spinning and spinning trying differ...
Currently we are using a .dat file to populate a .docx file, but we are having issues with layout and formatting and I want to switch it to using a PDF.I have found lots of information on adding an XML Data Connection to a PDF, but nothing to do with troubleshooting. I created a simple XML file with...
Hello,I have a table that can add and remove rows dynamically. An alert needs to be added to the remove button which I have done. The alert works but when you select OK on the alert the row is not removed.Would this be the correct way to accomplish this task? I am not a programmer and now wondering...
I'm using the following script to customize the email submission of a form:var oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: "user@company.com",cSubject: "New CCR Form submitted on " + CurrentDate.rawValue + " by " + teamLead.rawValue,cMsg: teamLead.rawValue + " has submitted a new Change Control...
Is there a way to append the date/time a form is submitted into the email subject or body when the sender clicks an email submit button? So what I want to happen is when they click the email submit button, the subject could say "Form submitted on 02/16/15 at 9:27am".
I am using Adobe Designer 7.0, which I know is outdated, but it meets my needs. I have a PDF form with a two-radio button field - 4.0 and 5.0. A scholarship applicant enters his/her GPA, and clicks the appropriate scale. If the GPA is on the 4.0 scale, the CALCGPA field displays the GPA the stude...
Hi Team ,I have text filed which will allow user to enter 826 character and re-add the available character count back to each control I want to restrict the user to enter values after character count reaches to zero .Let me know how to achieve this.Following script is written on the change event of ...
I'm new to Live Cycle Designer and trying to create a form where you can select a name of an image from a drop down list and that image will appear on the page to be printed. The images would vary in size if that matters.I copy and pasted code using Microsoft Front Page and it works but not sure ho...