diff --git a/documentation/index.html b/documentation/index.html index 3c37a4b..27c31a3 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1180,6 +1180,7 @@ that includes two hidden input fields: filename, del_id. Before confirming the c
The physical creation of a dynamic qr code is managed by a free external provider https://api.qrserver.com/
The main page dedicated to the insertion is add_dynamic.php the form HTML-tag is also declared on this page, however the input fields are separated in another page called add_dynamic_form.php for a matter of code reusability
The physical creation of a static qr code is managed by a free external provider https://api.qrserver.com/
The main page dedicated to the insertion is add_static.php Unlike the previous creation page, the one for static qr codes does not provide a single form HTML-tag but each type of static qr code has its own form. For the input fields there is a secondary page called add_static_form.php which contains the menu of the various types of qr code that can be created and for each card (for each type) another file is included with the individual input fields, for example text.php