Guides/ReportDesign/14.0-Izenda-FORMS.md
... ...
@@ -82,7 +82,7 @@ The form designer has two modes: ‘Editor’ and ‘Source.’ Izenda’s form
82 82
83 83
Again, it is best practice to build an Izenda FORMS report in **Source** mode by hand or by using an external web design tool to generate HTML. Once this HTML is pasted into the tool while in **Source** mode, you can easily switch to **Editor** mode to fine-tune the output.
84 84
85
-**Video Tutorial:** http://blog.izenda.com/quick-tutorial-making-the-most-of-your-toolbar-options/
85
+<!-- **Video Tutorial:** http://blog.izenda.com/quick-tutorial-making-the-most-of-your-toolbar-options/ -->
86 86
87 87
### Adding Fields
88 88
... ...
@@ -92,7 +92,7 @@ Fields are inserted into a form using square brackets. The name within the squar
92 92
93 93
If you want to display the field 'ShipCountry', then at the appropriate place in the form, you would place the ``[ShipCountry]`` tag. You could also place ``[Ship Country]`` in your form if you aliased the ``[ShipCountry]`` as such. The alias is the exact text in the "Description" text box on the [[Fields tab|http://wiki.izenda.us/Guides/ReportDesign/4.0-fields-tab]].
94 94
95
-**Video Tutorial:** http://blog.izenda.com/quick-tip-adding-and-modifying-fields/
95
+<!-- **Video Tutorial:** http://blog.izenda.com/quick-tip-adding-and-modifying-fields/ -->
96 96
97 97
##14.3 Advanced FORMS Concepts
98 98
... ...
@@ -279,13 +279,13 @@ Once the date object has been created, we pull out various aspects of it and com
279 279
280 280
The text inside the div, 'You should not see this!!', is error text that will appear instead of the date if something goes wrong.
281 281
282
-##Video Tutorials
282
+<!-- ##Video Tutorials
283 283
284 284
We will go over a fairly complex FORMs report using the concepts described above. We also have a couple of **Video tutorials**
285 285
286 286
* http://blog.izenda.com/quick-tutorial-how-to-use-the-repeater-tag/
287 287
* http://screencast.com/t/6RwYd7sKKKh (alternate)
288
-* http://blog.izenda.com/quick-tutorial-making-the-most-of-your-toolbar-options/
288
+* http://blog.izenda.com/quick-tutorial-making-the-most-of-your-toolbar-options/ -->
289 289
290 290
##Advanced FORMS report tutorial
291 291