bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Still receive spam through cformsIIYou are right, I will fix this for v15.0.
Forum: Plugins
In reply to: [cformsII] Still receive spam through cformsIIThe {Page} property originates from
$_SERVER['REQUEST_URI'](for non-AJAX forms) or from$_SERVER['HTTP_REFERER'](for AJAX forms). The spammers can obviously at least control the HTTP referer on sending an HTTP request to your form. cformsII does not check the value for plausibility (because I cannot easily predict it), but filters it on output (e.g. in the email).You could use a the cforms2_after_processing_action to check the referer and throw an exception if it is not matching an expected value. cformsII catches the exception and reports a form validation failure.
Forum: Plugins
In reply to: [cformsII] custom ID to fieldset + 2 column grid for forms1. You cannot. But you should try and address it via another CSS selector than ID.
Forum: Plugins
In reply to: [cformsII] Still receive spam through cformsIIThe page property set to / implies that your form is sent from your homepage (/). Is the form available there? For better spam protection you could use Google recaptcha. Just search for it in the forum.
Forum: Plugins
In reply to: [cformsII] Check email addressIt is not built-in. You can use the cforms2_after_processing_action hook to compare two fields and throw an exception if they do not match.
Also search for the amp-form extension. A quick search gave me this as possible workaround. I do not know anything about AMP, so you are on your own here.
- This reply was modified 7 years, 6 months ago by bgermann.
Seems like the AMP thing that you use on your page disallows HTML forms’ method attribute. If you cannot whitelist them you are out of luck and have to choose between either using cformsII or AMP.
- This reply was modified 7 years, 6 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Announced ending database viewYou should ask in the CFDB issue tracker.
Forum: Plugins
In reply to: [cformsII] How to change the CSS of the print-version of E-MailYou can change the CSS at the JSON children of the debug output’s cforms_style key. You find the debug output on the Global Settings’ “cforms Admin” menu.
Forum: Plugins
In reply to: [cformsII] Words count limits in text boxYour RegEx works fine for me on cformsII 14.14 and PHP 7.2.11.
- This reply was modified 7 years, 6 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Announced ending database viewWhat do you mean by multiple forms? CFDB has support for importing cformsII’s multi-part forms.
Forum: Plugins
In reply to: [cformsII] Database Will Be RemovedcformsII is what defines the form and collects the data on form submission. It then hands the data over to CFDB which is responsible for storing and displaying it. So please keep both plugins installed.
You can deactivate the tracking database in cformsII now. This should reduce irritated users.
Forum: Plugins
In reply to: [cformsII] Database Will Be RemovedNot only the top but the whole Tracking page will be gone in 14.15. That is why the warning is there in the first place.
Forum: Plugins
In reply to: [cformsII] Database Will Be RemovedThen push the export button again.
Forum: Plugins
In reply to: [cformsII] Database Will Be RemovedYes.