Questions tagged [october-form-controller]

In OctoberCMS, form behavior is a controller modifier used for easily adding form functionality to a back-end page.

Form behavior is a controller modifier used for easily adding form functionality to a back-end page. The behavior provides three pages called Create, Update and Preview. The Preview page is a read-only version of the Update page. When you use the form behavior you don't need to define the create(), update() and preview() actions in the controller - the behavior does it for you. However you should provide the corresponding view files.

https://octobercms.com/docs/backend/forms#introduction

50 questions
3
votes
1 answer

Access child model from parent controller

I am having trouble accessing child model repeater field to load without user action, I use RelationController in parent model controller this is what I did in parent controller class WartaRutin extends Controller { public $implement =…
3
votes
1 answer

OctoberCMS Validation issue for required but dependent field with asterisk

I am using OctoberCMS and I have used Builder plugin to create one of my plugins called as Properties which works fine so far. The Thing is, I have 2 fields called as authority and auction_date. authority is a drop-down field which has options like…
2
votes
2 answers

october cms ajax and options values

Is it possible to send value from options on example like this where x need to be value from option. This select im using on partial and ajax works with manualy added value as x. THX!