I have the same problem with the phone number not being stored and subsequently not appearing on email.
I don't quite follow what has to change, I have already tried these three options but can't get any success. Please can you tell me what to do.
<label for='dbem_phone'><?php _e('Phone','dbem') ?></label>
<input type="text" name="user_phone" id="user_phone" class="input" />
<label for='user_phone'><?php _e('Phone','dbem') ?></label>
<input type="text" name="user_phone" id="dbem_phone" class="input" />
<label for='dbem_phone'><?php _e('Phone','dbem') ?></label>
<input type="text" name="user_phone" id="dbem_phone" class="input" />
[Please post code snippets between backticks or use the code button.]