You can do it with text fields wrapping inside the flowable subforms, making the text fields w*h expand to fit, multiline, etc. There will be some alignment issues but totally depends on the data entered by users.
In your existing script, I did below changes and it is working for dropdown value. You can add similar to other fields. form1.#subform[0].#subform[1].Subform6.#subform[0].#subform[3].Table3.TotalSubs.NumericField1[0]::calculate - (FormCalc, client)if(Row2.DropDownList.rawValue == "YES") then$.rawVal...
I saw your form, so the solution should be like below. You can write a javascript function that should be called> When you delete a row,> On change of dropdown value> And amount and percentage field exit This function should have the below logic: It should loop through all row in the table and insid...