com_connect icon indicating copy to clipboard operation
com_connect copied to clipboard

An extensible HTML form mailer plugin for Textpattern CMS.

Results 14 com_connect issues
Sort by recently updated
recently updated
newest added

On PHP 8.1 and com_connect 4.9, I get the following error for preg_replace when there's no contained tags, i.e. when using the standard form output: ``` -> 8192: preg_replace(): Passing...

Maybe the corresponding tag for emails could gain to convert accented characters?

Maybe it could be interesting to add `aria-required="true"` when the `required` attribute is set to `true` for input fields?

Am testing with Textpattern 4.9.0-dev (fafab03ecb966e0277ccc7affff5b096) and the current (4c03614f64325b42f439555904e25fcf4b98537e) version of com_connect. On the public front-end I see the gTxt strings and in the database, I see the owner...

SImilar to the way radio buttons are 'grouped' using a single key, allow checkboxes to behave likewise. This involves adding `[]` to the name of any 'grouped' boxes so the...

enhancement

Another little thingy, I've seen while testing: `$thing` (and/or `label`) in `zem_contact_option` should be parsed by `parse()`.

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)...

Hi All, my client whose site is using com_connect recently flagged an issue where the From: field had a bunch of stuff in it, not just a clean email address....

Seems to be there is ob_end_clean() without an ob_start(). That results in an error throw on my PHP8.1 installation. https://github.com/textpattern/com_connect/blob/55d06060ec513a869c9a432e5e95961c3d104c47/com_connect.php#L574