• Hello

    I would like more fields on the contact form, which will also be shown in the actual email sent.

    I have added the extra fields in the contact page template:

    <fieldset>
    <label><?php _e(‘Navn’,’rambo’); ?><span>*</span></label>
    <input class=”span9 leave_comment_field” id=”yourname” name=”yourname” type=”text”>
    <label><?php _e(‘Firmanavn’,’rambo’); ?></label>
    <input class=”span9 leave_comment_field” type=”text” id=”firmanavn” name=”firmanavn”>
    <label><?php _e(‘CVR-nummer’,’rambo’); ?></label>
    <input class=”span9 leave_comment_field” type=”text” id=”CVR” name=”CVR”>
    <label><?php _e(‘Email’,’rambo’); ?><span>*</span></label>
    <input class=”span9 leave_comment_field” type=”text” id=”email” name=”email”>
    <label><?php _e(‘Telefon’,’rambo’); ?></label>
    <input class=”span9 leave_comment_field” type=”text” id=”website” name=”website”>
    <label><?php _e(‘Besked’,’rambo’) ?><span>*</span></label>
    <textarea rows=”7″ class=”span12 leave_comment_field” id=”message” name=”message”></textarea>
    </fieldset>

    But the new fields (when filled out) are not shown in the actual email sent.

    What am I missing?

    Best
    Jens

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New fields on contact page’ is closed to new replies.