Tommy Schmucker

Results 4 comments of Tommy Schmucker

You can do this by hooking into `zemcontact.deliver.` If I'm not missing something, this should do the trick. ``` register_callback('yab_send_cc', 'zemcontact.deliver'); /* * use in a * zem_contact_form to send...

Hm, weird thing. Here is my example: ``` Choose… ``` As in the code you mentioned it should be parsed. But only the wrapped `zem_contact_option` is parsed to ``` <txp:category...

I think, that's the problem. The txpspecialchars() in zem_contact_option is called first and all resulting $thing/$label - as `` in my example - will be txpspecialchars()'d in the first. So...

Not tested yet, but this will only parse `$thing` and not `$label` or `$value`, isn't it? The resulting html option inner text (option label) can be all other `$atts` parameters...