how to have name="your_name" in <select> properties

here in your example
docs.dhtmlx.com/scheduler/sample … _json.html
you have a select dropdown box with type in it. But when I inspect the element, the does not have any NAME in it. How to put a name in there please?

<select style="width:100%;"><option value="1">Simple</option><option value="2">Complex</option><option value="3">Unknown</option></select>

Hi,
we don’t use the “name” attribute for the lightbox control. The “name” can be added if you use a custom lightbox control:
docs.dhtmlx.com/scheduler/custom … ditor.html
or will require source code modification. The method “scheduler.form_blocks” has all templates for standard lightbox controls.