jeckel1
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] captcha is not showingOk, not sure how I fixed this but it is fixed. I installed the “cforms2 real simple captcha” plugin. That broke my site (white, blank screen). I went into my data base to manually deactivate all my plugins. Went back and reactivated everything in the wp admin section except the “cforms2 real simple captcha” plugin. So basicly the “cforms2 real simple captcha” plugin is installed but not activated. I’ll leave it as is because I don’t want anything to stop working again.
mfauster:
Maybe try deactivating your cform2 plugin and reactivate it to see if that fixes things. If not try deactivating all your plugins and then reactivate them. If that doesn’t work try to install the “cforms2 real simple captcha” plugin and leave it deactivated.
Forum: Plugins
In reply to: [cformsII] captcha is not showingTake a look at https://juliabonnerfitness.com/cform-test/ to see the issue. Thanks!
Forum: Plugins
In reply to: [cformsII] captcha is not showingStatus code is 200 – ok however, of you hover over the line it states image could not be loaded. Files path is – wp-admin/admin-ajax.php?action=cforms2_reset_captcha&_wpnonce=195c5c92fa&ts=2&rnd=126796.
Does anything look off to you? I’m at a loss on this one….
Forum: Plugins
In reply to: [cformsII] captcha is not showingThis is still an issue for me. I add the captcha to the form but only the refresh symbol and the text entry field display. However, next to the refresh symbol there is a symbol that represents a missing image, the actually captcha image is not displaying. I am running cforms 14.9.4 and wp 4.1.5.
Forum: Plugins
In reply to: [cformsII] captcha is not showingCatcha not working for me either. The function works when added to the form but the image does not display so users have no idea what to enter into the captcha field. Any feed back on what could be the issue would be very helpful as the User Verification Q & A does not work either.
Forum: Plugins
In reply to: [cformsII] Emails Not WorkingNot sure if this is what is going on with you or if it is a bug or normal operation of cforms 2 but here is the email situation I have found on my set up. I am using cforms in conjunction with a CRM. The emails with in the cforms 2 setup work perfectly for me as well as the data base tracking/logging. That is of course until I set up the form to push the info to the CRM to collect. Once the CRM hooks are set, the emails as well as the database tracking/logging no longer works within cforms 2 itself. So instead I have to send emails to myself and people submitting forms emails from the CRM. This is not a big deal but I really would like to receive an email from the cforms 2 plugin as well as my CRM so I know if something is not working.
Again, I’m not sure of you set up but maybe this will help. Also try try turning on logging and tracking or whatever it is called in the global settings. Also, like postman is saying, I think, Gmail and some other large email services don’t like sending out automated emails in my experience. Hope this helps.
Forum: Plugins
In reply to: [cformsII] plugin deactivation deletes formThis happened to me to. Mae sure you run the backup forms feature in the settings before you deactivate the plugin. It stinks a pain to have to remember to do that but maybe this will be fix by the author in the next release,
Forum: Plugins
In reply to: [cformsII] Warning message after form submissiondid you try turning Ajax off on the form setting page. not sure if that will help but maybe your site does not have ajax running? its a start at least.
Forum: Plugins
In reply to: [cformsII] Recieving Multiple Emails from forms with no contentI would add the captcha to forms because as soon as some finds you page they will run a script to blast you with spam. I have found that once in a while a form can be triggered by a bot if there are no requires fields as well. So two things you can try is making a field or two set to required as well as adding captcha.
Forum: Plugins
In reply to: [cformsII] How to save global settings?upper right corner of the admin bar should have a link to save.
Forum: Plugins
In reply to: [cformsII] cforms and vtigerFixed – The label needs to be the name found on the code of the web form in vtiger. For example, in vtiger add a custom field to the web form. Then click on the show form button. Look for the custom field and the name= should look like label:xxx_xxx_xxx or label%3Axxx_xxx_xxx where xxx_xxx_xxx is the web reference label in the code. So in cforms you need to set the field name up like this for custom vtiger fields… Display Name of Field[id:name found in vtiger web form code]. Hope this makes sense.