Hi Christian,
thank you very much for all the time you did invest infinding a solution. I now did start with a copy from #12 (the last one that worked as expected) and changed everything to the needed values and testet the form after each of the more than 20 steps. At the final step, I found what causes the problem:
The form mainly consists of two branches. One, if the users insurance will pay and the other, if the user has to pay himself (via STRIPE). So if he takes the “insurance”-branch, no payment form may be shown at the end.
So I did create a hidden field that says “payment by insurance” in the last step of this branch that is preselected and choose “no payment if selected”.
I would expect this preselection to work only, if the user reaches this step - what he should not if he has to pay himself. But I guess, this preselection is activated anyway, even if the user takes the other branch of the form. Can this be true?
Right now, no payment form is shown at the “insurance” branch, even If I don’t use the hidden field. But I’m shure there was a different behaviour, when I created this field. Probably it’s been a bug, that has been fixed in one of the last updates?
Right now, everything seems to work fine, but I did not test everything yet …
Best regards
Uli