I have a date field where if null, I want today to be inserted. If the user overrides the today date and saves the form, I want the user entered date to stay.What I have in FORMCALC is:if ($.isNull)then $.rawValue = num2date(date(), DateFmt(2))endifThe first part works, it populates with today, and...
Using Adobe LifeCycle Designer, I'm wondering if there's an easy way to insert substitution text. I need to do this:"Thank you for your recent donatoin of ${Amount}. We would like..."The above example uses a floating field, but this type of object (or placeholder) is not available as an AcroForm var...
Based on form data, I would like to have an email button that sends mail to the email address identified in the email field. Obviously this can change, how would one go about programming a button to send to email based on field data?Thx.../cw
Hi,I have a strange problem. I'm using a form with a datamatrix barcode - the reader extensions are not set in this form so the barcode is still encrypted. If this form is filled out with Adobe Acrobat 9 the barcode looks fine(encrypted but you can see the barcode), if filled out with Adobe Reader 8...
Hi all,During our usability testing we've had a request for the mouse wheel to scroll down the list of items in a drop-down list. Currently it will scroll down the page and not the list.Does anyone know if this is possible?Many thanks,Tom
We are trying to convert a series of eforms from PureEdge (xfdl) to Adobe XFA/PDF eforms. Does anyone know if there are any tools, utilities and/or plugins that could be useful to me? My searches have come up empty so I think that I may have to design each form from scratch. Has anyone else worked o...
I am creating an employment application form.The application contains a table for education information, and I want Yes and No radio buttons in each row of the table. I want Yes and No to be an exclusion group in each row, but not with the other rows.Can someone tell me how to do this?Thanks!Cindy
Can anyone answer a SPNEGO SSO question.We have created a user in AD as described in SPNEGO SSO Active Directory Setup Guide (http://bofriis.dk/files/doc/spnego-activedirectory-configuration-.pdf). We have created the Keytab file using the KTPASS command. We then did the Configuring SPNEGO in the Li...
Hi, I have made a subform using the default form "purchase order" found at: \\LiveCycle Designer ES\8.2\EN\Samples\Forms\Purchase Order\Dynamic\Forms.in this PDF, there is a form to add new lines to a table and remove those lines. I have edited this table to reflect what I want it to say and want to...