module Storefront class Form class Hidden < Input resolves :hidden def hidden_input(options = {}) simple_input :hidden, options end end end end