[support] is it possible to have validation using CCK fields?
Larry Garfield
larry at garfieldtech.com
Wed Jun 6 00:58:27 UTC 2007
No, CCK does not.
However, FAPI does. :-) You can use hook_form_alter() in your own module
somewhere to add another validation function to the form. In that validation
function, just set a form error if you don't like what the user's doing.
FAPI will take care of rejecting the form and showing it back to the user
with your message. That the form is built with CCK is irrelevant to this
task.
Cheers.
On Tuesday 05 June 2007, Brian Tully wrote:
> hey there -
>
> I'm looking to use CCK fields for defining if an article is exclusive to
> a role of users along with a specified timeframe.
>
> Is it possible to utilize some sort of validation whereby if a role is
> specified then a startdate and enddate must be specified?
>
> The trick is that if they specify a role, I need them to also specify a
> startdate and enddate.
>
> Does the CCK module allow for hooks to alter the form and/or specify
> more advanced validation rules?
>
> i've read about node_alter_form and hook_alter_form, but how does one
> use them with CCK fields?
>
> Any advice would be greatly appreciated.
>
>
> regards,
> brian
--
Larry Garfield AIM: LOLG42
larry at garfieldtech.com ICQ: 6817012
"If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an idea,
which an individual may exclusively possess as long as he keeps it to
himself; but the moment it is divulged, it forces itself into the possession
of every one, and the receiver cannot dispossess himself of it." -- Thomas
Jefferson
More information about the support
mailing list