What is the current way to implement forms on CMS refinery sites?

I would like to create a couple of forms on the CMS website at the refinery. One is the contact form, and the other is a variation of this contact form with a few additional fields. For this form, I looked at the “Investigated Gem”, but I can’t find a way to change the form for additional fields, or embed it on several pages (each of which has several languages ​​through i18n pearls). I also came across Refinery Engines , which could meet my requirements, but it has not been updated for quite some time, so I was not sure it would work with the latest version.

Is the generators gene still in use? Has anyone used this gemstone for what I'm trying to achieve, or what is a way to process my own forms?

+5
source share
1 answer

The expansion of the refineries-generators was integrated into the refinery itself, and there is a mold generator there. To get the syntax, just run:

rails generate refinery:form

He will provide you with help for the generator.

This is currently the best choice to spend less on obtaining forms such as processing requests.

+4
source

All Articles