06/30/2020 - DIXIT has reached its "End-of-life" (EOL) and we highly recommend our Porto theme as replacement. We will continue to support DIXIT until Dec 31st, 2020

Feedback Form

HTML Shortcode

Add Text/HTML module to the page with the below HTML content.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="module_feedback_form">
    <div class="feedback_form">
        <input type="text" style="width: 840px;" name="field-name" value="Name" title="Name"
            class="field-name form_field" />
        <div class="clear">
        </div>
        <input type="text" style="width: 840px;" name="field-email" value="Email" title="Email"
            class="field-email form_field" />
        <div class="clear">
        </div>
        <input type="text" style="width: 840px;" name="field-subject" value="Subject" title="Subject"
            class="field-subject form_field" />
        <div class="clear">
        </div>
        <textarea style="width: 840px;" name="field-message" cols="45" rows="5" title="Message"
            class="field-message form_field">Message</textarea>
        <div class="clear">
        </div>
        <input type="reset" name="reset" id="reset2" value="Clear form" class="feedback_reset" />
        <input type="button" name="submit" class="feedback_go" id="submit2" value="Send!" />
        <div class="ajaxanswer">
        </div>
    </div>
</div>

Implementation Instructions:

Feedback Form is merely a layout -it's not functional. You'll need to purchase a separate 3rd party form module or sign up with a service. The skin is only responsible for design - it does not provide module functionality.