Title: Form fields missing
Last modified: August 30, 2016

---

# Form fields missing

 *  Resolved [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * (@webbmasterpianise)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/form-fields-missing-1/)
 * Just a note for developers and users. Some of the basig form fields are missing.
   In my case input[type=”date”] and input[type=”tel”] that is basic functions in
   a contact form.
 * This is a n easy fix in you custom CSS and will hopefully be added in coming 
   updates.
 *     ```
       /* Better looking forms */
       input[type="text"],input[type="email"],input[type="search"],input[type="password"], input[type="date"], input[type="tel"], textarea {
       	-moz-appearance: none !important;
       	-webkit-appearance: none !important;
       	appearance: none !important;
       }
       input[type=text],input[type=password],input[type="email"], input[type="date"], input[type="tel"], textarea {
       	border: 1px solid #eaeaea;
       	width: 50%;
       	margin: 0 0 10px;
       	background-color: #f9f9f9;
       	border-radius: 3px;
       	padding: 4px 0;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * (@freewptp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/form-fields-missing-1/#post-6840087)
 * Hi Piani,
 * Thanks for posting here.
 * I have notified this to the theme developer here [https://github.com/puikinsh/Travelify/issues/14](https://github.com/puikinsh/Travelify/issues/14)
   and i hope it will be added in the future version of the theme.
 * Thanks,
    Movin
 *  Thread Starter [Piani](https://wordpress.org/support/users/webbmasterpianise/)
 * (@webbmasterpianise)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/form-fields-missing-1/#post-6840090)
 * Thanks!
 *  [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * (@freewptp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/form-fields-missing-1/#post-6840105)
 * You are always welcome here 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form fields missing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/travelify/3.0.9/screenshot.png)
 * Travelify
 * [Support Threads](https://wordpress.org/support/theme/travelify/)
 * [Active Topics](https://wordpress.org/support/theme/travelify/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/travelify/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/travelify/reviews/)

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)

 * 3 replies
 * 2 participants
 * Last reply from: [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/form-fields-missing-1/#post-6840105)
 * Status: resolved