MODULES

Feedback

Collect enquiries through forms with configurable fields and messages.

Back to modules
Included with the systemNo separate catalog listing at present
FoxCoreCMS
01 / FOXCORECMS

Overview

What it does

The form validates required fields and can deliver submissions by email and Telegram. Form and confirmation text are editable in the module.

Where it helps

Place one form on the contacts page and another in a modal or next to a service description.

Example from the demo template

This is a real placeholder from the FoXBuilder design. The system fills it with module output or current-page data; configurable instance labels are set in the admin panel.

<section class="contact-form">[#contact_form#]</section>
02 / FOXCORECMS

Where it helps

Inquiries and support requests with validation and notifications.

03 / FOXBUILDER

FoXBuilder demo example

The FoXBuilder contact page renders an editable inquiry form.

How to build it

  1. Create a module instance and choose its HTML template.
  2. Place [#contact_form#] in the page template and bind the instance.
  3. Fill in content in the required languages.
  4. Open the demo page and check the result.

Template code

modules/feedback/templates/default.html

<div class="primo-feedback-wrapper">%form%</div>

Page-template label

[#contact_form#]