Each form requires the following input fields for calendar data population :

REQUIRED field name
1. ) txtAreaInput_03 facilitate the data for the calendar title
name="txtAreaInput_03" for dbo.VCAS_REF_forms.txtAreaInput_03 like the below html code
< textarea type="hidden" class="form-control" id="txtAreaInput_03" name="txtAreaInput_03" style="display:none;" />dbo.VCAS_REF_forms the trigger dbo.trg_upd_formsData__Calendar extracts the primary key Id and appends that to the corresponding column name cell to facilate proper form completion routing - pages: OPTIONAL field name
2. ) txtInput_13 facilitate the data for the calendar color
name="txtInput_13 can be any available dbo.VCAS_REF_forms.. txtInput_[num] but definitely required within a
< form > ... < /form >3. ) txtInput_05 facilitate the data for the calendar date
name="txtInput_13 can be any available dbo.VCAS_REF_forms.. txtInput_[num] but definitely required within a
< form > ... < /form >