A form system, jForms, is available in Jelix, but we will see it in a next chapter.
For the moment, we're going to see how to deal with forms in a "traditionnal" way. We will to create a form in order to record some new news.
===== The template and the urls =====
Initially, we will make the template, very simplified, that we store in the newsform file :
Creation of a news
Very classical, put aside the template tags {formurl}, {formurlparam} and {jurl}.
In Jelix, you will avoid putting urls directly in the templates or the actions, for ease of maintenance and evolution reasons. The URL system of Jelix enables you to centralize all the urls in the jelix config or a urls.xml file (all depends on the URL engine used). The jUrl object and the tag {jurl} enable you to obtain a URL by giving only the name of the action and eventually the parameters.
We could have used the tag {jurl} also in