Julián Landerreche
Julián Landerreche
This affects 1.2.4 and 1.3.0. Basically, on a multi-select created, the function `glz_selectInput` adds an empty first option (unless you pass the `$default_value` parameter as `true`, which doesn't seem correct...
While investigating [this bug](https://github.com/gerhard/glz_custom_fields_public/issues/29), I noticed that there is some kind of flaw in the logic behind the inclusion (or not) of a first empty option on single selects and...
Hi. I've already published this at TXP forum: http://forum.textpattern.com/viewtopic.php?pid=243670#p243670 ``` // evals a PHP script and displays output right under the custom field label function glz_custom_script($script, $custom, $custom_id, $custom_value) {...
Now that it's more widely supported, it could be a nice addition. Here are a few ideas (well, "ideas", in some cases, I just looked for some unused symbols) for...
Here is a trick I use to define variables and keep them in some private scope, avoiding them leaking to the global space. ``` & { // Vars @height: 100px;...
Feature request: to be able to craft different email bodies for contact form recipient and “copysender” recipient. Use case: you may want to have some hidden/secret fields on your contact...
Make the appending of the URL fragment (the one that identifies & anchors to the contact form element: e.g. `#zcr1234567abcdefg`) to the form `action` attribute optional, as it [may affect](http://stackoverflow.com/questions/5283395/url-hash-is-persisting-between-redirects)...