Michael Westwood
Michael Westwood
Since updating to OSX 12.13.1, when I run `code xxx` to open the `xxx` folder, if VS Code is already running, it doesn't open a new window. There was no...
### Description I'd like to be able to see (as in, read-only) some admin settings, even if allowAdminChanges is false. For example, I want to check my SMTP details are...
It's happened once or twice for me that I've ticked off a task by mistake. It'd be great if next to the completed task there was an undo button which...
When using multisite, and adding a new redirect, the Site selected in the Site dropdown is always the default Site, but it would be nice if it was the Site...
### Describe the bug The instructions in the generated README.md says ``` 2. Then tell Composer to load the plugin: composer require [github name]/[plugin name] ``` when it should be...
### What are you trying to do? I have a client that will be creating many forms across a multisite install. They want to be able to create, say, a...
Previously, I used getAspectRatio to return the padding-top I'd need to use to make my embed scale responsively. So for a 16:9 video, that would be 56 (%). That's calc'd...
### Describe the bug I've got a custom controller action that loads a template, loads a Formie form with it, and sets some custom snapshotData on the form. ``` $form->setSnapshotData('extraData',...
### Description If you create checkbox fields on a form that allows recurring payments, the form can't submit and a 500 is returned with the error `Invalid value type: {:"0"=>"yes"}...
Hi, In Postman, I can use the getthumb endpoint no problem `https://eapi.pcloud.com/getthumb?fileid=xxx&size=500x500&crop=0&type=jpg` However in PHP, the getthumb endpoint fails because the Response Object doesn't have a 'results' property. ``` php...