How can i add a custom form in ez publish cms
Asked
Active
Viewed 1,412 times
4 Answers
0
See How to Create eZ Publish Forms : Full tutorial
Alternatively, you can setup and embed a Google docs form, and just create a TextBlock datatype field in your class (+ set up raw output in your view template) to allow your editors to create and insert their own Google docs forms.

Ronan
- 4,311
- 3
- 19
- 14
0
There is also an inbuilt Feedback form content class which you can copy and modify. In fact, every content-class in the CMS is customisable and an editable object, via a form from the website front-end or from admin.
But I'm guessing that the Feebback Form content type is what you probably want. Go to Setup -> Classes -> Content -> feedback form
usually at yourdomain.com/admin_siteaccess/class/view/19

user212102
- 91
- 3