Chris Rowe
Chris Rowe
@jamesedmonston Thanks for all your hard work on this!
Aha thank you, yes it works for local filesystems but it seems that it's not working on a site staged on Servd https://servd.host/ their assets are stored offsite on an...
Huh, has to be a Servd thing then, probably because files are publically avalible without a key which the Servd plugin handles when using getUrl. Here's a video with some...
I think the browser makes the most sense, there are extensions that format and search JSON nicely there, the CLI would require piping to `jq` for that and it’s not...
Yes please!
Chiming in here to say the same, please let us know if there are any diagnostics we can provide to help
Yeah, the problem is if the cache is cleared and then someone submits the form the warmed version is the success page. We have a client with hundreds of forms...
Sounds good! Yeah something like `mysite.com/contact?formHandle=page1` for multi-page and just `/contact?formHandle=submitted` for everything else would be perfect. I guess for now I can use the `afterSubmissionRequest` and append my own...
For now I came up with this which seems to do the job. ```php Event::on( SubmissionsController::class, SubmissionsController::EVENT_AFTER_SUBMISSION_REQUEST, function(SubmissionEvent $event) { $form = $event->form; $submission = $event->submission; $success = $event->success; if...
Hey @jeroenlammerts if you resize your browser when the pins are all at 0,0 (top left) do they jump back to their correct positions?