Please find the fixed form. I have used the following script to make it work. You need to iterate through the Table rows to make it work. form1.Page1.subPayRollInfo.tbleEmployeeInfo.repeatingRow.adjustedRate::exit - (JavaScript, client)
var rows = this.resolveNodes("tbleEmployeeInfo.repeatingRow[*...
Remove all the patterns and use the following script on the exit event of the field to add the trailing decimal zeros.var n = Number(this.rawValue);
this.rawValue = n.toFixed(8);
Here are the instructions: 1. Stop AEM Forms server.2. Take the back up of crx-repo.3. delete all the folders in crx-repo, except "install" folder.4. Start AEM Forms server.5. Wait until error.log get stabilized.6. check if all the bundles are active.7. Restart AEM Forms server Note: this will wipe ...
Yes, please test the form on a different server, or try rebuilding the crx-repository(won't take more than 30 min) on the existing server, as the issue is not with the form, but with your instance, or I would have also faced the same issue.
Which version of AEM Forms you are testing this on? And have you applied any service pack? I can see WCMDebugFilter in the shared logs 3046 times. I am not seeing it at all in my logs. Is it possible for you to test the same form on a fresh AEM Forms instance, or try to rebuild your crx-repository?
I tested your form on my server, and I am not getting any such error as you are getting, while rendering the form in Workspace. Also, it is not adding even 50 KB of logs while rendering at my side. Can you also share your complete logs generated while rendering the form in workspace?
Please send your form here - maytiwar@adobe.com. Note: please rename the attachment's extension to .adobe to avoid it getting blocked while sending through email.
You mean you can submit the form now? Have you enabled any debug logs?Can you please share the form's package and its dependencies, if any, so that I can test it at my end? Are all the OSGi bundles active?