This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

tuxcod
tuxcod

My custom Form Widget not view partial

this server error1

I have this

file structure

File: plugins/angrycode/city/Plugin.php

public function registerFormWidgets()
    {
        return[
            "Angrycode\City\Formwidgets\Yandexmap"=>[
                'label' => 'Yandex Map',
                'code' => "yandexmap"
            ]
        ];
    }

fields.yaml

map:
        label: Точка на карте
        span: auto
        type: yandexmap
        required: 1

Please help me.

Last updated

JeroenvanRensen
JeroenvanRensen

Hello, I have the same problem. Can anyone help us?

mjauvin
mjauvin

Are you sure you don't have any errors in your FormWidget implementation?

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.