Add a hidden tag proc that will be used for all forms created via Forme::Rails::ERB#form. The block is yielded the Forme::Tag
object for the form tag. The block should return either nil if hidden tag should be added, or a Forme::Tag
object (or an array of them), or a hash with keys specifying the name of the tags and the values specifying the values of the tags .