This is quite difficult to achieve with subforms. If you use a table and
wrap the subforms in it it may work. Here is an
examplehttps://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:2b89ec5b-7b3f-45a5-8409-0bab08298f4b
Hi @amerkfan,Suggest to raise this query in AEM forms category -
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experience-manager-forms-community
0I am new to javascript goes without saying. I am developing a form in
Adobe Experience Manager. My problem is I need to compare the date from
a field in Table1 (Item.eff_date) to a field in a table called index
(m_date) to get the value of a field (m_index_fuel) and place it in
Table1 in the field monthly_index. The tables are both dynamic and have
a field called num that is incremented by the script
adjust.fuel_adjust.Table1._Item.addInstance(1);m_index_fuel is always
the first day of the mont...
My form tracks contract dollars paid and change orders added. both
change orders and payment tables are dynamic flowed subforms. When I add
more lines to one or the other that exceeds the page limit the following
happens: the left table pushes the right table to the next page when the
left table exceeds the limit. Also if the right table overwrites the
left table when it exceeds the page limit. Each is in its' own subform
and each is Flowed, Western Text, Allow Page Breaks within Content and
use...
I have an Excel sheet with lookup tables that I need to convert to a
fillable PDF. I am currently using AEM 6.4 to develop the form. I cannot
use an external database, the form has to be portable for use by field
personnel. I am not new to scripting, but I am not a programmer, this is
out of my wheelhouse. Any help is greatly appreciated.My form consists
of the following:A user facing page that allows the user to enter values
in an expandable table called adj_table. The column I need to use as t...
Hi,I would be inclined to have a dropdown for the units, rather than
leave it to the user to type in the units. This will make it easier to
script the main part of your question. Here are some examples for
changing the display pattern at runtime: http://assure.ly/rZQIhn and
http://assure.ly/e59VGu. Hope that helps,Niall
I am trying to set up a form where the numeric format of one field is
based on units of measure in another field. The fields are: units1 and
iq1. What I want to do is have the iq1 field format for percent with two
decimal places when units1 is LS or ls or L.S. or l.s. otherwise the
field should be formatted for a number with the format nnn,nnn,nnn.nn.
Any help for this newbie is appreciated.
Thanks a lot for your suggestion, it worked, one thing I had to change,
though, was the date format to match what I have on the form. Once I
changed that, it worked perfectly