Settings

FullCalendar

Each form requires the following input fields for calendar data population : Screenshot%202024-12-02%20205916

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;" />
  • in the backend, when the form's data is written to 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 >
  • the value for this field is color hex code e.g. #3788d8

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 >