Josh Crawford
Josh Crawford
You're right about the `action` input, that indeed won't change. One thing you can do is use the `action` attribute on the form to change which page the form is...
Just to chime in, we've added this to our [Craft 3 migration project](https://verbb.io/craft-3), as people are keen to see this plugin on Craft 4. If you're no longer developing this...
@justin-schroeder I figured it was low on the list, its hardly an issue for 90% of people. We just have a rather large questionnaire type form, which is more or...
@justin-schroeder I've spent some time trying to get my head about the internals of the registry, and its certainly something going on there with the computed properties. Removing them seems...
@JackEdwardLyons I actually can't quite recall how I solved this! I _think_ I ended up using plain `input` elements in the rows, as Formulate couldn't handle things. The code in...
I do plan to revamp the spam protection/captchas to separate them out a bit more (similar to [Formie](https://verbb.io/craft-plugins/formie))
For this sort of thing, is there any value in using Hyper at all? I imagine you don't want users picking another link type? And a default link would be...
Jotting a note here to remind me that we'll need to employ something similar to default table rows to be able to handle multiple links. It won't be enough to...
Hyper links can't be eager loaded, as they aren't elements. If we're talking about eager loading _through_ a Hyper field to any custom fields on a link, that's not supported....
That's quite interesting to see, last I checked things were nowhere near that different! Just to confirm - are you testing with a single link, linked to an Entry? There...