Frontend\Modules\FormBuilder\Widgets\Form::loadData PHP Method

loadData() private method

Load the data.
private loadData ( )
    private function loadData()
    {
        // fetch the item
        $this->item = FrontendFormBuilderModel::get((int) $this->data['id']);
        // define form name
        $this->formName = 'form' . $this->item['id'];
    }