Contact Form telephone input field
could you let me know how to add an telephone input field within the contact page on jobroller. would like to get name email and telephone number from contact field. But added the email field within the tpl contact form and added array item but the phone number is not coming through Thanks.
<p> <input type="text" class="text" placeholder="YOUR PHONE NUMBER"name="phone" id="phone" value="<?php if (isset($posted['phone'])) echo esc_attr($posted['phone']); ?>" /></p>