Getting the ndate JavaScript to work correctly from the static Amazing System files can be problematic on some websites, although I'm not totally sure why.
Ultimately, I would like to integrate with Gravity Forms to allow it's easy form creation with the extra Amazing System functionallity added in.
In the mean time, we could use something like [ndate] within the form. On the page, that would turn into:
<input type="hidden" name="ndate" value="2/26/2014" />
Of course the value, 2/26/2014 in the example above, would dynamically calculate the correct date for 'tomorrow'.
Getting the ndate JavaScript to work correctly from the static Amazing System files can be problematic on some websites, although I'm not totally sure why.
Ultimately, I would like to integrate with Gravity Forms to allow it's easy form creation with the extra Amazing System functionallity added in.
In the mean time, we could use something like
[ndate]within the form. On the page, that would turn into:Of course the value,
2/26/2014in the example above, would dynamically calculate the correct date for 'tomorrow'.