st.james.jomuad13119 Approved

Member since: 2016-01-08

Recent posts by st.james.jomuad13119
Post When

In my case:

Achive it by using 'relationExtendRefreshResults'. Hope this helps.

Controller.php

publi...

Posted in How to update a backend form after adding a relation using the relationRender?

andy.carton said:

Hi!

-) Just use the storm.css markup in your fields.yaml

fields:

   'left/left':...

Posted in Backend Forms up to 4 columns

s3w47m88 said:

I am beginning development on a Plugin to achieve this.

I have 14 years of WordPress...

Posted in Flexible Content like ACF

philipptempel said:

Hello everyone, just started evaluating OctoberCMS for our use case with the fo...

Posted in [How To?] Form for model with belongsTo and required relation

Solve it!

public $belongsToMany = [ 'task' => [ \Bookrr\Keeprr\Models\Task::class, 'table' => 'bookr...

Posted in Pivot table additional field not showing in list

To get the post value use: post()

Posted in Usage of hidden form field

You can also customize and fetch relation by using Attributes in model.

// Model: Customer
public fu...

Posted in Best Practice for recordfinder

jacky30257 said:

+1

another way

   public function formBeforeSave($model){
       $model->xxx= 'xxx...

Posted in Usage of hidden form field