Jeroen Sormani
Jeroen Sormani
Gotcha. It indeed outputs a static string depending on the form configuration / current URL params. With my code its also possible to use a field name as the first...
I agree that adding a `field:` prefix would probably be a decision to be regretted. In my code I've allowed for field values / the server values by checking if...
Sorry for the late reply - I've completely missed the notification! I actually didn't push/pull when I got this - though it may also happen at such time (I haven't...
@runofthemill Thanks for reporting. Are you on the latest master branch or the latest plugin from w.org? I believe this should already be fixed on the master branch, so ready...
Fixed the issue, calling a function that the plugin introduces is of course not possible...
@Base29 @EnigmaWeb sorry for the big delay, I've been quite distracted. The exact changes I've done in between is a bit hard to check / keep track of. Basically I've...
:smile: let me know if you run into anything
If there's a big demand for customisable templates that may be interesting. It does take up more time then doing everything in one template. On the other hand, it also...
Hi Daniel, I've spend a **LOT** of time to optimize the plugin for optimal performance when generating coupons, unfortunately adding just a single query like this will significantly impact the...
If fetching/storing ALL coupons in memory I'm a bit worried about excessing memory usage (haven't checked though). Maybe this can be done as a once-off quickly at the end of...