Hi
I understand (and have) added the following to shortcodes.php:
<div class="form-group">
<p class="form-name">
<label for="contact-tele" class="control-label"><?php _e('Tele', ETHEME_DOMAIN) ?> <span class="required">*</span></label>
<input type="text" name="contact-tele" class="required-field form-control" id="contact-tele">
</p>
</div>
But how do I get that field to be included in the email that gets sent out? Where is the message code please.
thanks