| Post |
|
Guest
| Frank 1:10 pm August 4, 2008
| |
|
|
Please replace the ??? with your data!
- Your URL: http://www.fselbig.de
- The browser used: FF / IE
- cforms version: newest
- Your Wordpress version: 2.6
is it possible, to fade out the verification / deactivate, if a WP user is announced, without generating dynamic forms?
|
|
|
Admin
| Oliver Munich, Germany posts 6231 7:11 pm August 4, 2008
| |
|
|
I have no idea what you're talking about.
|
|
|
|
|
Guest
| Frank 7:19 pm August 4, 2008
| |
|
|
for dynamic forms if:
if(is_user_logged_in()) {
form without captcha
}
else {
form with captcha
}
if possible this without dynamic forms?
|
|
|
Admin
| Oliver Munich, Germany posts 6231 7:42 pm August 4, 2008
| |
|
|
Nope, not unless you modify the core code, which I can not recommend.
But it does sound like a nice option to have for the CAPTCHA config. Perhaps it'll make it into v8.6.1
|
|
|
|
|
Guest
| Frank 7:48 pm August 4, 2008
| |
|
|
I believe it would be desirable, there it appears to switch off rather sensibly the examination with active users
|
|