Hi @carlosjavier10
Thanks for sharing the form!
I checked it and the form is “almost” correct except two issues:
1. Your “Submit” button is currently set to be hidden based on the value of the calculation-2 field; it’s set to be hidden if the value of that calculation equals 0 but it will never happen because the formula in that calculation is simply “1+1” and that always equals 2. So button will never be hidden.
I’m assuming the calculation to verify select fields is “calculation-1” so you should change “Submit” button visibility condition. Additionally, I’d suggest showing it if calculation value is more than 0 rather than hiding if it’s 0.
When you edit “Submit” button visibility settings, remove current condition and then
a) select “SHOW this field if ANY of the following rules match”
b) and add rule “Total is greater than 0”
c) then apply settings
2. The calculation in “Total” (calculation-1) is incorrect. Currently it is this
{select-1}+{select-2}+{select-4}+{select-5}+{select-6}+{select-7}+{select-8}+{select-9}+{select-10}{select-11}
The problem is that there’s no any operator between select10 and select 11. I’m not sure if that should adding or multiplying (as no operator would suggest multiplication) but there must be an operator added, otherwise the calculation will always fails – and that would be yet another reason for the visibility rules of “Submit” button not working correctly.
I have tested both these adjustments on my copy of your form and that works as expected so please make them and it should be fine.
————–
On a side note: I just responded to your other ticket here
https://www.ads-software.com/support/topic/validate-one-of-several-radio-buttons/#post-16452535
not knowing at the time about this one; I think it makes my response there redundant so I think you can ignore it and we can continue here.
Best regards,
Adam