cancel
Showing results for 
Search instead for 
Did you mean: 

New Form Guide or Tutorial?

driekhof
Champ in-the-making
Champ in-the-making
I've looked over the Dev Wiki's for Forms and the FDK, but I don't seem to understand enough to get started.

I'm looking for a step by step guide for creating a new custom form for 4.0.2.  One that shows how to deal with the posted data in Java code on the backend and return/render a response.  Also showing how to integrate it with existing pages like a Site or Dashlet.

These custom forms will want to save some state and redisplay it at a later time.  Is this something that is best stored and retrieved in the Alfresco Repository with the Repository Java API, or do developers usually create some custom DB tables for it?
1 REPLY 1

anthonylau
Champ in-the-making
Champ in-the-making
+1

I'm also looking for a way to store form data and creating a new custom form(external form rendering if possible, like Activit that http://www.activiti.org/userguide/index.html#externalFormRendering).