Rouven
> --
> You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
> To post to this group, send an email to joomla-de...@googlegroups.com.
> To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>
> Don't think JForm will work for me will have to code it by hand unless
> someone can say yes or no.
>
> Reading the documentation I can not use my function to save the
> record, when using JForm? Validation and returning to the form with
> the information filled out is done by the builtin function?
>
> Hence in my case where I want my component to update the database and
> email a couple of people wouldn't work?
>
> Or is there a way of adding on to the builtin function? So letting
> Joomla doing the work for validating the form and creating it, then
> once all validated and everything is good, then run my custom function
> to do the bits I want?
>
> I am struggling to understand how the process works.
I'd suggest to look a bit more at the MVC classes we have, JControllerForm is very useful. For things like sending E-Mails after save I use the postSaveHook method.
Rouven