<![CDATA[ Support/Comments for sekFormTools BETA - My Forums]]> https://forums.modx.com/thread/?thread=76302 <![CDATA[Re: Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-520068 sekFormTools.input.combobox with custom tables

Can you provide any guidance for using the combobox snippet with custom tables? No problem using the sekFormTools tables ex. sekftStates or the standard modx tables.

Thanks]]>
jimsheppard Feb 05, 2015, 03:04 PM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-520068
<![CDATA[Re: Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-476600 taiyo1578 Sep 03, 2013, 03:09 PM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-476600 <![CDATA[Re: Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-432596
Set a minimum selectable date as a string in the current dateFormat, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '-1y -1m')

So, if you want to go back 80 years and forward 0 days, you could do:
[[!input.datepicker? 
  &input_id=`dob` 
  &name=`dob` 
  &menu=`1` 
  &date_format=`dd-mm-yy` 
  &tplContainer=`input.datepicker.text` 
  &min_date=`-80y` 
  &max_date=`0` 
  &value=`` 
]]


Hope that helps.
]]>
insomnix Aug 08, 2012, 07:29 AM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-432596
<![CDATA[Re: Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-432585
Could you advise how i use min_date and max_date please?
I just want the datepicker to start from 'today' and go back 80 years but can't get it to work.

[[input.datepicker? &input_id=`dob` &name=`dob` &menu=`1` &date_format=`dd-mm-yy` &tplContainer=`input.datepicker.text` &value=`[[+fi.dob]]` ]]

Thanks]]>
9thwave Aug 08, 2012, 03:07 AM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-432585
<![CDATA[Re: Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-431618 http://pttimeselect.sourceforge.net/example/index.html, which I used for a customers project. To be honest, I'm hoping that the jquery.ui people will add their own timepicker. That will probably be the only way I add one right now unless I get more requests. There are several other native ui tools I want expand on first and hopefully find a way to condense the javascript so the pages will not load with so many <script> tags.]]> insomnix Jul 29, 2012, 01:16 AM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-431618 <![CDATA[Re: Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-431571
Just looking at your add-on and it looks very useful. One thing i'd like to do is to add the timepicker to the datepicker option (which i have working by the way). I found this jquery add-on: http://trentrichardson.com/examples/timepicker/, but have no idea if it would work with your Modx add-on.
Could you help with this?

Thanks

J]]>
9thwave Jul 28, 2012, 05:37 AM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-431571
<![CDATA[Support/Comments for sekFormTools BETA]]> https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-422213
This addon is in the beta stage. Anyone who wishes to to help develop this addon, or just submit a fix or expand on the program, all are welcome.]]>
insomnix May 03, 2012, 01:55 AM https://forums.modx.com/thread/76302/support-comments-for-sekformtools-beta#dis-post-422213