====
HTML
====
Special characters codes
========================
.. csv-table::
**Character**,**Code**
&, ``&``
Submitting readonly fields
==========================
Adding a hidden field with the same name will sends the data when the form is submitted.
.. code:: html