Josh Crawford

Results 1389 comments of Josh Crawford

I've added this as "Year Range" which is default to 100 years before and after the current year. The issue we have for setting the min/max value as a year...

Added in [2.0.10](https://github.com/verbb/formie/releases/tag/2.0.10)

That doesn't seem to be the case for me, sorry! Both those things are shown on the front-end. ![image](https://user-images.githubusercontent.com/1221575/178370715-f682d24b-2e4b-431f-b777-1b9066ada9fe.png)

It's incredibly important for users to be able to edit the pre-filled fields, as address lookups are not foolproof. It's something that's done pretty universally from Amazon to Shopify. Personally,...

Yeah, the reason it's tricky at the moment is the lack of an identifier for a notification, that isn't an ID. We would need to introduce a [handle](https://github.com/verbb/formie/issues/1048) for notifications...

I'll consider this, but also quite afraid of the implication of it at the same time 😅

I'm going to close this in favour of being able to run two commands, which are already useful on their own: ``` ./craft formie/submissions/delete --form-handle=form1,anotherForm ./craft formie/forms/delete --form-handle=form1,anotherForm ``` Deleting...

Can you let me know your schema permissions? - Edit submissions for form “{form}” - Create submissions for form “{form}” - Modify submissions for form “{form}” - Delete submissions for...

So to me, I feel like this is expected behaviour. The permissions allow you to create a submission - any submission, whether it be disabled, enabled, or of a different...

Yeah, Craft entries are different to Formie Submissions, as they can be used for lots of different cases. But the same thing applies to Categories, Users, Products, etc - all...