Closed (fixed)
Project:
CCK Input Elements
Version:
6.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2009 at 18:44 UTC
Updated:
14 Jan 2010 at 21:40 UTC
The project page states:
As mentioned earlier, there is no logic to evaluate or process the data submitted by this form. This has to be done by other modules.
Could you elaborate a little bit more on these other modules. In particular I'd like to send the contents of the user input to an email address which is held in an other CCK Field.
Comments
Comment #1
maulwuff commentedSorry, not yet. I'm still struggling on that myself to have something solid.
Comment #2
maulwuff commentedI've problems using cck fields inside drupals form api.
cck is using a similar schema like the form api to define fields, but the cck type "conent_field" is not recognized by the form api, of course. so the fields don't get handled by drupal, although they get rendered to the same form.
Comment #3
maulwuff commentedI've updated the project description and added a part "Processing data" for instructions
Comment #4
maulwuff commentedmore documentation available + working module which does the processing