November 2018
Intermediate to advanced
404 pages
10h 16m
English
The new.stencil file contains the template that renders a web page with a submission form for creating a new journal entry:
{% include "header.stencil" %}<!--form--><section class="form" id="myForm"><div class="container"><div class="row"><div class="col-lg-12"><div class="heading"><h1>Create a Journal Entry</h1></div></div></div></div><div class="container max-width"><div class="row"><div class="done"><div class="alert alert-success"><button type="button" class="close" data-dismiss="alert">X</button>Your message has been submitted.</div></div><div class="col-md-12"><form action="/journal/new" method="post" enctype="application/x-www-form-urlencoded" target="/journal/all"><fieldset class="form-group"><input name="id" type="hidden" ...Read now
Unlock full access