Curtis
Forum Replies Created
-
Can you submit a ticket to https://ninjaforms.com/contact so we can help you further?
Hi!
At this time, the date picker would include the month,day, and year, but I believe that you could achieve this by using a “Single Line Text” field with an Input Mask applied to it.
In the settings of this field, expand the “Restrictions” section. In the dropdown for “Input Mask”, change this to “Custom”. In the “Custom Mask” field to the right of that, you could enter something like “99/99” where the “9”s would only allow users to enter numbers.
https://www.dropbox.com/s/9312ac0a3tebzuv/2018-03-19_12-32-03.png?dl=0Example:
01/03 for January 3rd.I hope that this helps to guide you in the right direction.
As for the DatePicker field, it would require custom code in order to achieve this at this time.
Hello,
If you would, please reach out to us at https://ninjaforms.com/contact/ for faster assistance.
Also, please include a copy of the php error logs when you contact us.
I asked around the office and it seems that Single Line Text fieldsd may have had a setting to apply a custom mask in 2.9.x.
I don’t have access to the old documentation as the 2.9.x codebase has been deprecated and troubleshooting for it has been sunset.
When you enable the custom mask, you would be able to use the following format to only allow numbers to be entered:
99999
or
99999-9999You can use this documentation (https://ninjaforms.com/docs/conversion/) to upgrade to the 3 codebase. I always recommend that clients who are wary of upgrading to try the update on their development site and to just make a backup of their website just to try it out.
Please note that we only check these forums about once a week, so if you have any more questions and need assistance, please reach out to us at https://ninjaforms.com/contact/ for faster assistance!
Hello!
I inspected your form and saw that you were using the helper classes.
https://ninjaforms.com/docs/styling-your-forms/I believe that you will need to also add a class of “first” to your Company field in order to fix the spacing on the left.
Please note that we only check these forums about once a week, so if you have any more questions and need assistance, please reach out to us at https://ninjaforms.com/contact/ for faster assistance!