Sebalos
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Value is on field is not shownI have created the dependencies in other way (with some jQuery code / hide, show functions based on class name). I want to check if a field it is shown or not. Something like this:
if (fieldname123 == is shown) do that else do that...Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Two or more dropdown with the same valuesIt’s now working, thanks a lot 🙂
Forum: Plugins
In reply to: [Calculated Fields Form] Two or more dropdown with the same valuesI have a dropdown listA with values 0, 1, 2 and dropdown listC with same values. I have also a calculation field that show me value from listC. When I change listA to 1, automatically listC has been changed to the same value but calculation field still show me 0 for listC. If I click on listC and chang manually value is ok, calculation field show me the real value.
Thank again for your support !
Forum: Plugins
In reply to: [Calculated Fields Form] Change text and/or number field from buttonThank you !
Forum: Plugins
In reply to: [Calculated Fields Form] Two or more dropdown with the same valuesThanks but it dose not work. When I change value from dropdown list A, the value in dropdown list C is changed also but when I checked the values in listC I saw that even the list have been changed the value remain the same. If I go manually and change values from dopdown C the value is ok.