Duncan McClean
Duncan McClean
This will be addressed in Statamic v5. You'll be able to use the "Files" fieldtype for file uploads which shouldn't be stored on the server.
Implemented in statamic/cms#8516.
I'm unable to reproduce this issue on the latest version of Statamic. I can search by `first_name` and `last_name` columns just fine, as long as the fields exist in my...
I've just ran into this. You can't use form tags like `{{ form:create }}` (or similar ones provided by addons) in Blade because of no support for wrapping tags.
Thanks @jacksleight! Unfortunately, I think it only really works if they're "wrapping tags" because otherwise you can't add your own HTML in the middle for inputs/etc.
Ah okay, gotcha! I'll give it a go later. Thanks!
I just tried to set a cookie using the script tag and it doesn't work. It gives the following error ``` Uncaught TypeError: Cannot read property 'set' of undefined ```...
Miguel Piedraftia actually managed to do this yesterday and he made a write up on it: https://miguelpiedrafita.com/stripe-elements-card/
Sorry, we don't have an ETA for reviewing/merging this pull request. We'll get to it when we can. In the meantime, you can pull this PR into your project with...
@DwainsWorld Yes, it should be, thanks! I've updated this PR.