Title: Forminator date parameter
Last modified: March 15, 2026

---

# Forminator date parameter

 *  Resolved [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/)
 * Hi,
 * I’m facing a problem with my form “Signe” which has only a date field : i need
   to select only month range and no matter of the year in order to submit on an
   astrology sign page , is it possible to do this ?
 * For example for the _Aries _page, i want to submit this page only when the date
   is between 21 march and 20 april..
 * Thanks by advance
 * Dominique
    -  This topic was modified 2 months, 3 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
    -  This topic was modified 2 months, 3 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
    -  This topic was modified 2 months, 3 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
    -  This topic was modified 2 months, 3 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/forminator-date-parameter/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/forminator-date-parameter/page/2/?output_format=md)

 *  Plugin Support [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18852341)
 * Hello Dominique,
 * I hope you’re doing great today!
 * The _Date_ field doesn’t have simple options, which would allow such calculations
   based on the day and month.
 * However, it should be possible using _Select_ fields. I’ve created a simple form
   to illustrate the idea with the Aries sign: [https://prnt.sc/-e57ktBG5x4Y](https://prnt.sc/-e57ktBG5x4Y)
 * You can download the exported form here: [https://pastebin.com/raw/p6YZQk81](https://pastebin.com/raw/p6YZQk81)
 * – import it for testing on your site, by copying and pasting the code: [https://prnt.sc/iWK2tK5uEsMK](https://prnt.sc/iWK2tK5uEsMK)
 * I had to duplicate the HTML field, in order to split visibility conditions in
   2 parts:
 *     ```
       - month is March
       - date is greater than 20
       ```
   
 * and:
 *     ```
       - month is April
       - date is less than 21
       ```
   
 * – that’s because there’s no option for combining these 2 groups of conditions
   for one field. So in this example, two identical HTML fields will be displayed
   separately for March and April.
 * In order to make it work with other signs and date ranges, you’ll just have to
   duplicate these HTML fields, and modify them (change Aries text, and edit visibility
   conditions): [https://prnt.sc/1xIehgGQWSgA](https://prnt.sc/1xIehgGQWSgA)
 * I hope this helps. Please let us know if you have any questions.
 * Best Regards,
    Dmytro
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18852541)
 * Hi Dmytro,
 * Thank-you so much !!, i think it can work fine !
 * I will check soon this procedure , i’ll keep-you informed
 * BR
 * Dominique
 *  Plugin Support [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18853563)
 * You’re welcome, Dominique!
 * I’ve just noticed that a semicolon was missing for March option in the month 
   field: [https://prnt.sc/IYsthxSsFdRA](https://prnt.sc/IYsthxSsFdRA)
 * I’ve corrected that, and re-selected it in visibility conditions for the “Sign”
   HTML field.
 * Here’s the [updated form](https://pastebin.com/raw/0CfXpZnB) in case you need
   it for testing.
 * Best Regards,
    Dmytro
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18856964)
 * Hi Dmytro,
 * it is working fine ! thanks , but is it possible to prepopulated a form with 
   a date but without the year ?
 * I mean i succeed to populate a date on another form on a submitted page , but
   if i want de detect the astrologic sign, i need to populate only the day and 
   month , (or populate the date with masking the year) , but i think it is quite
   impossible ?
 * BR
 * Dominique
    -  This reply was modified 2 months, 2 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
 *  Plugin Support [Nebu John – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport14/)
 * (@wpmudevsupport14)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18857373)
 * Hi [@dba83](https://wordpress.org/support/users/dba83/),
 * I am afraid Formiantor does not have any such options with the Date Field to 
   mask the year out of the box. However, it is possible to pre-populate the Forminator
   fields using a query parameter.
 * [https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#pre-populate-form-field-values](https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#pre-populate-form-field-values)
 * Can you please see if the workaround suggested in our earlier response helps 
   you further?
 * Best Regards,
    Nebu John
 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18863699)
 * Hi [@dba83](https://wordpress.org/support/users/dba83/),
 * Since we haven’t heard from you for a while. I’ll mark this thread as resolved
   for now. Please feel free to re-open this thread if you need any further assistance.
   
   Kind Regards,Nithin
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18864769)
 * Hi Nirhin,
 * sorry i was busy .. thanks for your previous message , but when you said “_it
   is possible to pre-populate the Forminator fields using a query parameter_” ,
   i cannot do this simply because : yes i can pre-populate a date ( i have done
   the test and it is ok) , but how to pre-populate only day + month ?
 * probably impossible ?
 * BR
 * Dominique
    -  This reply was modified 2 months, 1 week ago by [dba83](https://wordpress.org/support/users/dba83/).
 *  Plugin Support [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18865775)
 * Hello Dominique,
 * I hope you’re doing great today!
 * > yes i can pre-populate a date ( i have done the test and it is ok) , but how
   > to pre-populate only day + month ?
   > probably impossible ?
 * You’re correct, a year is required for the date field, so it will not allow a
   date without a year. Bypassing the date validation to allow that might be possible
   with additional programming though, which is beyond our support scope. If you
   want, you can try to look for a WordPress developer.
 * For example, WordPress has a jobs directory: [https://jobs.wordpress.net/](https://jobs.wordpress.net/)
 * I hope this helps. If you need any further advice, please feel free to email 
   us at [wpsupport@incsub.com](https://wordpress.org/support/topic/forminator-date-parameter/wpsupport@incsub.com?output_format=md)
   with the following subject: `ATTN: WPMU DEV support – wp.org`
 * Best Regards,
    Dmytro
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18866018)
 * Hi Dmytro, thanks for your reply !
 * So i understand that is not simply to do this…
 * However i have tried to create a calculation of Arie sign on the date range |
   21 march to 20 april]
 * on my first calculation i have selected the rule ” date month is **mar**” but
   Can-you explain how to setup a value “**Select Rule**” ? , i need to add a rule
   saying day is after 20 …
 * Here is screenshot of my calculation item : [https://i.postimg.cc/hPfG6d26/Select-rule.jpg](https://i.postimg.cc/hPfG6d26/Select-rule.jpg)
 * BR
 * Dominique
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18866051)
 * Hello [@dba83](https://wordpress.org/support/users/dba83/)
 * If you want to create a rule like “after specific days” you can select it from
   the available conditions.
 * [https://postimg.cc/bDyxNQqs](https://postimg.cc/bDyxNQqs)
 * Please note that the conditions are limited for the date field, please run some
   tests to find the best for you need.
 * Best Regards
    Amin
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18866063)
 * Hi Amin, thanks for your reply, but i have tried “after specific days” and for
   example if i set “20” ,after validation of the rule the indication is “_date 
   is 20 or more days** from current date**_” so the rule takes always in account
   the year , i am stuck..
 * In any case, thanks for all your explanations
 * BE
 * Dominique
 *  Plugin Support [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18866242)
 * Hello Dominique,
 * There’s no option to skip year with those visibility conditions, but you can 
   also test using “_Starts with_” condition as a workaround.
 * For example, if the date format of the field is _D/m/y_, you can check if the
   date starts with 21/04, 22/04, 23/04, etc., and set it to “_Any_” instead of “
   _All_” at the top: [https://prnt.sc/RNncUlUvEacP](https://prnt.sc/RNncUlUvEacP)
 * The drawback of using “_Starts with_” is that it will require lots of such conditions–
   for each day of the month/year.
 * Another potential downside is that the form with lots of conditions may take 
   longer to load.
 * Best Regards,
    Dmytro
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18867111)
 * Hi Dmytro, thank-you so much ! it is a good idea! and i think it works , i’m 
   going to test this asap, i keep-you informed.
 * BR
 * Dominique
 *  Thread Starter [dba83](https://wordpress.org/support/users/dba83/)
 * (@dba83)
 * [1 month, 4 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18876791)
 * Hi Dmytro, i can tell-you that your method is ok!! , however i have always the
   problem hide/unhide visibility : on my “_Signe_” form , for example if i hide
   the** **{calculation-1} form field , there is no display of the “1 1.00” on the
   page , that is correct , but if i need to unhide this form field to modify the
   date range , the visibility section is blank , all date range are loss..
 * I have attached my “_Signe_” form and also the screenshot of “_Calculation 1 
   Visibility before Hide.jpg_” and ” _Calculation 1 Visibility after Hide then 
   unhide.jpg_“
 * you can download it here :
 * [https://drive.google.com/file/d/1Va0wyuK2vw4F8Rv3Sq4GjXdSC12Nm7C7/view?usp=drive_link](https://drive.google.com/file/d/1Va0wyuK2vw4F8Rv3Sq4GjXdSC12Nm7C7/view?usp=drive_link)
   
   [https://drive.google.com/file/d/1S9vhtES_g-0vQWSZNzhlgPGgpTbP786k/view?usp=drive_link](https://drive.google.com/file/d/1S9vhtES_g-0vQWSZNzhlgPGgpTbP786k/view?usp=drive_link)
   [https://drive.google.com/file/d/1169zLZNmiXD8B60iHMPiUPL755waXr6s/view?usp=drive_link](https://drive.google.com/file/d/1169zLZNmiXD8B60iHMPiUPL755waXr6s/view?usp=drive_link)
 * Thank-you by advance
 * Dominique
    -  This reply was modified 1 month, 4 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
    -  This reply was modified 1 month, 4 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
    -  This reply was modified 1 month, 4 weeks ago by [dba83](https://wordpress.org/support/users/dba83/).
 *  [Fida – WPMU DEV Support](https://wordpress.org/support/users/fidawpmudev/)
 * (@fidawpmudev)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/#post-18877639)
 * Hello [@dba83](https://wordpress.org/support/users/dba83/) ,
 * I hope you are doing well, and thank you for bringing this behavior to our attention.
 * I have tested the form in a staging environment and was able to replicate the
   behavior.
 * When a Calculation field is hidden, its associated Visibility Conditions no longer
   apply, as the field itself is not active. As a result, Forminator removes those
   conditions when the form is saved. If the Calculation field is later made visible
   again, the previously configured Visibility Conditions are no longer available,
   as they were removed during the save process.
 * We understand that this can be inconvenient, especially when working with forms
   that include multiple conditions and require temporarily hiding certain fields.
 * This behavior has been reported to the Forminator development team as a potential
   improvement. They will review it and consider implementing a solution in a future
   release; however, there is currently no estimated timeline.
 * Please feel free to reach out if you need any further assistance in the meantime.
 * Kind Regards,
   Fida Al Hasan

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/forminator-date-parameter/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/forminator-date-parameter/page/2/?output_format=md)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fforminator-date-parameter%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 16 replies
 * 6 participants
 * Last reply from: [dba83](https://wordpress.org/support/users/dba83/)
 * Last activity: [1 month, 3 weeks ago](https://wordpress.org/support/topic/forminator-date-parameter/page/2/#post-18877671)
 * Status: resolved