Required Field

Required Field

churchilchurchil Posts: 34Questions: 5Answers: 0

How can I make this Field to an Required Field?

    Field::inst ( 'land' )
        ->options( Options::inst()
            ->table( 'laender' )
            ->value( 'id_land' )
            ->label( 'land' )
        )

That's a Dropdown in the Staff.php

Answers

This discussion has been closed.