Josh Crawford

Results 1389 comments of Josh Crawford

Are you able to shoot me through your export? It'll also need to include any of the fields in your blocks. Exporting/importing a bunch of fields on my end works...

Can confirm things work as expected by either removing `position: fixed`, or by setting `top:0`. What seems to be the issue is that when the image is completely off the...

@ttempleton After chatting with James about the other Supercool plugins, I'd say you have their blessing. We (Verbb) migrated across some of their other plugins, but looking at this plugin,...

You can use the min/max blocks to control this, as "required" by itself is a bit vague.

Going to close this in favour of using the min/max blocks

We've had a similar discussion with a rich text editor or markdown (@javangriff) being available on the form builder, but just render static text on the front-end. So far, we've...

Right, so the country value from a phone number field will only be the ISO value for the country that it resolves to. I believe Salesforce will need the full...

Added the ability to pick the country ISO and full name for the next release. To get this early, change your `verbb/formie` requirement in `composer.json` to: ``` "require": { "verbb/formie":...

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

Yeah, we're supporting IE11 (until its EOL, June 15, 2022) - at least for the moment, but it's something we'll be looking at refactoring soon. We'll be switching from Laravel...