I have a simple Avg FormCalc calculation below, but the default value is showing -0.01 and for the life of me I do not know why, and need some help. Avg(pmp.Page8.D1, pmp.Page8.D2, pmp.Page8.D3, pmp.Page8.D4, pmp.Page8.D5, pmp.Page8.D6, pmp.Page8.D7, pmp.Page8.D8, pmp.Page8.D9, pmp.Page8.D10 ,pmp.Pa...
Hi, I am exploring on AEM with Adaptive Forms concept for a pre sales activity, while working on it I am trying to send form details as email, I have followed below Adobe Doc for creating Form but getting "Sending the email to the following server failed : smtp.gmail.com:465" error. https://experien...
Reacting to @radzmar recent comment about scripting a field's visibility instead of setting the visibility in the object properties:I have designed forms that can be either filled in directly in the form or by importing data into the form. The problem I had with that is that importing data would no...
I am having the hardest time trying to get this flowed form to work properly, and what I mean by that is that I have a form with 2 subforms > flowed top to bottom on each page. the flowing of the subforms work, but none of the form is pushing the content below down further, whether its fields in th...
I am new to using AEM Forms and somewhat of a learning curve from just regular PDF forms, and I need some assistance with subforms design.I tried using the AEM conversion tool for my forms, but ended up manually recreating most of it, because of the dynamic expansion that we are trying to achieve.I ...
I am converting an Adobe DC form to an AEM form, and having an issue with converting a script, and need some help because the syntax check is fine, and do not receive any errors in preview, so not sure what is wrong. I have the following code from the custom calculation script in my Adobe DC form //...
Does anyone have any experience with migrating from AEM 6.2/3 to 6.5 or cloud specifically with backward compatibility on the RightsManagementService soap endpoint and the function protectDocument? Is there any documentation on version history or and first hand experiences that could help our upgrad...
Hi, We are working on a form where we have a panel with 5 fields repeated 10 times. These fields are text fields and user is supposed to enter values. Now we want to read user entered values of these fields and send in email.We can read the value in Javascript using guideBridge as follows => guideBr...