The code below stores and shows data that is displayed in a display field based on what the user selects, and it works great, but I'm unsure how to integrate additional content into this framework. form1.#subform[0].indPaymentOptions::change - (JavaScript, client) // Switch - test for 'selected'...
Hi I need help addings dates using for loop in formcalc. I can do manually like thisDateTimeField2.rawValue = Num2Date(Date2num(DateTimeField1.rawValue,"YYYY-MM-DD")+1,"YYYY-MM-DD");DateTimeField3.rawValue = Num2Date(Date2num(DateTimeField1.rawValue,"YYYY-MM-DD")+2,"YYYY-MM-DD");DateTimeField4.rawVa...
I created a form to be distributed, filled in and emailed back to me for my company.It has been working fine, but now I need to change the email address where it will be sent when the user clicks the "Submit Form" button. How? All I need to do is change this email address, everything else is set.Pl...
I have three variables: subA, subB, and subC. Originally I had the math such that (subC=subA/subB) and then I implemented a pattern so subC showed up as a percentage. That resulted in the possibility of subC being > 100%, which the client did not like. They asked if subC > 100%, that N/A appear. So ...
Hi,I want to change ICON (Calender pop up icon) to a provided image. Is there anyways that i can customize look of this icon. I want to display our company standard ICON.RegardsSunil
Hi,I have a simple order form with a 'running total' of quantities ordered at the top of the form, calculated thus (FormCalc): $ = sum(Products.PRODUCT_GROUPS.DATA[*].PRODUCTS.DATA[*].Quantity)If this quantity is zero (i.e. nothing has been ordered) then I want to prohibit the form being submitted ...
I am trying to install ES3 and ES3 SP2 (it's a fresh install).When I run "LiveCycle ES3 Component Deployment" many of the jar files fail to deploy. Here are log excerpts from the server log, access.log and the configuration manager log.The main highlights:server log: the account lockout for _lc_saml...
Hi,I want to change the color of the border of the checkbox (Square shape). How do I do it. I see control to change the color but all are changing the fonts. I want to change the border/edge of the rectangular box that I check.RegardsSunil
I want to have the current date and time entered into a field when the form user clicks a custom e-mail button so I know when the form was e-mailed. Is there a scipt that I can add to the click event of the custom button, that will enter the current time and date when the button is clicked?