Hi @carlosjavier10
I hope you’re well today!
Your solution with submit button visibility based on total value is the simplest one and should work just fine. I just tested it on my end and it does the trick, though you may want to make sure that correct values are set for select fields options
– there should be an option added to each of those select fields that is set to be selected by default and that has value for calculations set to 0
and that “Submit” button has the the visibility set to show only if value of calculation is more than 0
– rule like: “Show this field if ANY of the following rules match: Calculation is greater than 0”
I just tested it on my test site and it works perfectly fine, as expected, not showing “Submit” button (so not allowing submission) until some choice is made in any of the select fields – choice other than the default options (that can have a label like e.g. “not selected”).
If it’s not working for you it may be indeed related to the popup issues. Forms should theoretically work in popups but, depending on how the popup is created/handled (code-wise), there may be some conflicts or some additional settings or tweaks needed.
That being said, I’ve visited your test page and I see there is a form directly on page (which shows submit button all the time by default) and the other form in popup – which also shows submit button by default – but I’m not quite sure about exact form configuration.
It would be great if we could take a look at that so would you mind exporting the form and sharing it with us?
To do so:
– go to “Forminator -> Forms” page and use “Export” option from the drop-down menu under the little “gear” icon next to the form in question
– copy given code and put it at “pastebin.com” service
– then share a link to it in your response below.
Best regards,
Adam