Mackram wrote:
> So I was looking into putting some work into my apps after working on > the javascript part and I am not sure I understand fully how to use > the dataview with forms. Specifically I was thinking of implementing a > simple contact me form which would save the info in a database but > only after it has sent me an email. From looking around (at the docs) > it seems that the dataform will do Creation in the database but it > does not seem that I can force to do some processing before or after. > Is this correct or am I missing something here? Off the top of my head: you want to annotate dataform-on-success with an :AFTER method. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
