Closed (fixed)
Project:
Webform
Version:
6.x-3.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 10:17 UTC
Updated:
1 Mar 2011 at 00:38 UTC
It is possible set in automatic the second data field one day later the first data field, when the first one change?
And controll that the second data field will be after the first one?
Comments
Comment #1
quicksketchYou can do this through JavaScript added to your form. Webform Validation may be able to validate this on the server-side but I'm not sure. I'd probably suggest using a custom module and hook_form_alter() to accomplish this task, but such instruction is outside what support I provide in the Webform queue.
Comment #2
quicksketch