I have an existing item type created in dw backend. Using the item creator we are adding items in the frontend.
What i like to do is before this item in created i want to validate some fields and possibly update fields of this item as well.
This custom code only needs to run on the frontend (not when creating items in the backend).
What are the posibilities?
- Are there extensions or notifications i could use to get to the event before the item is added to the database?
- Or should i move to an ItemEntry using code first?