I would like to know how can I create a form that submits to a helper method ?
I don’t need to write a route for some action in a controller, because this form will gather info using radio & check boxes, and then, I will create a model in the helper and do redirect.
You can’t post to helper method execpt if helper method is also controller action
register it in route.rb
then make view something like below