I have already made a custom content type with the help of: "Working with Custom Content Types" by Jeff Pots and now i wanted to do something a bit more that the document itself says that it is outside the objective of the document itself.
The objective is to make a form just like there is to create, for example, a .txt file.
For now, I was able to add the form to the menu but I'm still unable to get it to work.
When I click in the menu option I'm sent to a page with this (in red):
[blockquote]Form definition could not be found[/blockquote]
The [strong]tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml[/strong] contains (note these are only excerpts):
and [strong]tomcat/shared/classes/alfresco/web-extension/create_create.ftl[/strong] and [strong]tomcat/shared/classes/alfresco/web-extension/forms/create_create.ftl[/strong] and [strong]tomcat/shared/classes/alfresco/site-webscripts/create_create.ftl[/strong] and [strong]tomcat/shared/classes/alfresco/site-webscripts/forms/create_create.ftl[/strong] have as content:
[blockquote]Put all code between "code" tags.[/blockquote] I did, here's a copy/paste of the source code of the post: http://pastebin.com/x6Hf1w1K
And clarify your issue and steps followed.
For now, I'm just trying to learn how Alfresco works so I'm working on copy/paste information and then test to see the results. There are no real "steps" procedure, I just placed information in the .xml file as described in the wiki page and the pdf guide I linked. Otherwise, I didn't understand about your question about the steps procedure.