Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Sonic42
Sonic42
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sonic42
Customize the badges you want to showcase on your profile
Re: AEM Designer 6.5 and PDF 2.0 (ISO 32000-2) - Adobe Experience Manager 23-07-2020
Thank you for that confirmation. Another question I have relates to adaptive HTML 5 forms built using AEM Forms (Not AEM Designer). If someone fills out an adaptive form with their web browser and I have it set to create a PDF document of record once the online form is completed, I am assuming that PDF would include XFA language?

Views

414

Likes

0

Replies

0
AEM Designer 6.5 and PDF 2.0 (ISO 32000-2) - Adobe Experience Manager 16-07-2020
This may be a bit of a basic question but I have been searching for hours and I am yet to find a simple answer to this question. I understand that when using AEM Desginer I am creating XFA based forms that are now depreciated in the ISO 32000-2 standard. What I would like to know, is if there is any method to create an ISO 32000-2 (PDF 2.0) compliant fillable form using AEM Forms/AEM Designer, or am I pooched and I need to use a seperate software to do so.

Views

494

Likes

0

Replies

3
Betreff: For loop with multiple variables and math calcul... - Adobe LiveCycle 25-05-2020
So progress has been made it seems, I can now get the code to fire (Sweet!), buuuut it fires everytime a selection is made. I'm now working on tyring to figure out two things.1. how to only get it to fire after all selections in the subform have been made2. if the user goes back at a later time and changes one of their entries, deleting the stored value in Ratings and running the loop again to get the new adjusted values and creating a new value in Rating. Onward I go...

Views

3.0K

Likes

0

Replies

0
Betreff: For loop with multiple variables and math calcul... - Adobe LiveCycle 25-05-2020
HI radzmar, thank very much for helping. however, I still cannot seem to get the solution to work properly.I'm still fudging around with it. I thought that having "i" declared twice might be a problem (in the for equation and as the item(i)). But changing the variable i to a in the for loop had no effect.I also tried inserting messageBox pop up in between Answered and Values (xfa.host.messageBox(Answered.value)) in the for loop to see if both were firing and the messageBox never fired (pre and p...

Views

3.0K

Likes

0

Replies

0
For loop with multiple variables and math calculations - Adobe LiveCycle 21-05-2020
Essentially I have a calculated field that I want to end up with a rating %. That rating % is going to be based on the values selected from a series of dropdowns in a subform. The drop downs have values from 0 to 5. Drop downs with a value of 0 are to be ignored and not included in the calculation. For example, if there are 5 drop downs and 1 has a selcted value of 0, the rating percentage would be based on the values of 4 of the drop downs out of a maximum score of 20. Here is what I have so fa...

Views

4.3K

Likes

0

Replies

4