Title: Check Time
Last modified: August 24, 2016

---

# Check Time

 *  Resolved [pollet mohsen](https://wordpress.org/support/users/pollet-mohsen/)
 * (@pollet-mohsen)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/)
 * how can i check on time value that entered by user before Submit
    Thanks in Advance
 * [https://wordpress.org/plugins/form-maker/](https://wordpress.org/plugins/form-maker/)

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

 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/#post-5964121)
 * Dear pollet mohsen,
 * Could you please provide us more details on the issue, like how you want to add
   it or further use it? Thank you.
 *  Thread Starter [pollet mohsen](https://wordpress.org/support/users/pollet-mohsen/)
 * (@pollet-mohsen)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/#post-5964122)
 * i want to check if the time entered by the user is Less than 12 hour before submit
 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/#post-5964146)
 * Dear pollet mohsen,
 * Please provides us link to your form and we will suggest you a custom Javascript
   for the stated functionality. Thank you.
 *  Thread Starter [pollet mohsen](https://wordpress.org/support/users/pollet-mohsen/)
 * (@pollet-mohsen)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/#post-5964177)
 * thanks fro your reply
 * [URL](http://41.38.79.242/Aero/?page_id=8306)
    I want to check on “Time”
 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/#post-5964188)
 * Dear pollet mohsen,
 * Please open the time field on the back end. Here press on + sign for Additiona
   Attributes. In name field fill in onchange for value val_time() . Then go to 
   Form Options>Javascript and here fill in the following in before submit part
 *     ```
       function val_time(){
       if(document.getElementById('wdform_1_hh11').value>12)
           {
                alert('Please insert a value smaller or equal to 12');
                document.getElementById('wdform_1_hh11').value="";
           }
       }
       ```
   

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

The topic ‘Check Time’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [webdorado](https://wordpress.org/support/users/webdorado/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/check-time/#post-5964188)
 * Status: resolved