AugustBurnsRed
Results
2
issues of
AugustBurnsRed
Hi, im trying to use this plugin with Gravity Form and Pardot. Pardot receive correctly all the submitted fields but i receive each time an error email and i still...
Hi, i have two models, School and Service. In school ``` protected $touches = ['services']; public function services() { return $this->belongsToMany(Service::class); } ``` and in service ``` public function schools()...