I have a multistep form on a page that is being used to edit a record. I load the record with a query parameter of id,
The second step is a condition on a yes/no field and as soon as I hit next from the first step I get the generic "We are sorry, but seems something went wrong. Please try again, and if this persists, contact the website administrator." error.
I have tried both pl_stateca = 1 and pl_stateca = Yes both throw the error right away and for the life of me I cant figure out why....
Just for fun I also tried pl_name != 1 (pl_name is a text field) and also get the error.