10
Hi there,
The best thing is to look through the threads on the dev.xoops.org area for formulize. I have given some fairly detailed responses to people's queries, and if you carefully follow some of those threads, the nuances should become clear.
The current development version of Formulize includes some very powerful new admin features that remove the need to custom code most pageworks pages though. You can accomplish 90% of what people use Pageworks for using the admin UI now, which is really cool.
I hope we can get a release out this month with that functionality in it. There are extensive database additions and changes in the current version, and that takes time to write intelligent patches for.
Anyway, the most important things to be familiar with for writing pageworks pages is to know the parameters of the displayForm function, especially the done destination and the button text.
Also, you need to understand how the internalRecordIds function works, or else you won't be able to direct people to specific entries after showing them a list.
Those are the major things. Good luck, post on dev.xoops.org with more questions.
--Julian