2

How can i add a custom form in ez publish cms

4 Answers4

0

It depends on what you want from that form. You can create custom content class and set some attributes as information collectors.

Or you can hardcoded form in template.

But everything depends on what you want from that form.

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Vebloud
  • 95
  • 1
  • 9
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
0

Although eZ Survey is not the ideal and best way to use contact forms, it works. My company uses it and it was designed for surveys and not forms. Oh well.

Danger14
  • 760
  • 2
  • 12
  • 33