Hi,
i need to know how to set a dafault value for a custom form field, in detail i need to insert the current datetime for a datetime field. Thks in advance
When you say a custom form field, do you mean a field type plug-in? If so, Editor will call the set function with the default value when it needs to set the default.
Answers
When you say a custom form field, do you mean a field type plug-in? If so, Editor will call the
set
function with the default value when it needs to set the default.Allan