I want to bypass the last confirmation step in a formflow which is defined like this
new FormBuilder() .Confirm(\"No veri
It version 3.3.1.0 you only need to call
.AddRemainingFields()
in the FormBuilder to avoid the confirmation. The state=> false is not required any more.