kasperbb9853952 Approved

Member since: 2020-03-05

Recent posts by kasperbb9853952
Post When

In case anyone stumbles upon this, here is the solution:

{% for user in users %}
    {% for group in...

Posted in User plugin - Get group or groups name.

I'm wondering how you would go about getting the options from a balloon selector in the backend, and...

Posted in Getting data from backend balloon selector

I'm trying to create a simple CRM system. I have a plugin: CRM, with two models: Customer and Custom...

Posted in Error when creating relation model

That's a good point I haven't even thought about. For now it's just for me, just trying to learn at ...

Posted in Deleting from Front-End

Got it working with the JavaScript API request method, using the data argument. Seems obvious now th...

Posted in Deleting from Front-End

I'm still pretty new at this, so bear with me. I'm trying to create a Booking plugin, I can create a...

Posted in Deleting from Front-End