Multiple Submit Options with wizard form and Wicked gem
问题 I looked at Wicked documentation, but can't seem to figure out my problem. I have a multipage wizard form, and on this page I have 4 buttons. I need each button to update a specific attribute in my model, and also submit the form at the same time. I tried to do this with 4 different submit buttons unsuccessfully. I think the best way to do it would be to have a custom url and pass in a param, but not sure how to do this with Wicked. Example [button_a] => wizard_path, {option: "a"} [button_b]