bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Required FieldsYes, I had a look at crystalskishop.com/reservations. But now I get a 404 error loading it.
formconfig.txt is just a backup file of your form. The real form is stored in your database. Is there something more in cforms-custom directoy? If there is a php file, this could be the reason for the modification.
To view HTML code, just use your browser’s code view. In Chrome and Firefox the shortcut is Ctrl+U.
Forum: Plugins
In reply to: [cformsII] Cforms has been working but now sends no emailsCan you post a URL to one of those forms?
Forum: Plugins
In reply to: [cformsII] ajaxI guess you have the multipart option enabled. This disables AJAX support, which is documented.
Forum: Plugins
In reply to: [cformsII] ajaxURL? More info? This short paraphrasing does not contribute to identifying a bug.
Forum: Plugins
In reply to: [cformsII] Required FieldsYou wrote about a “test submission process”, which you now identified as manual with “when I fill out the form while testing and press submit”. This could also be done by a program, which would then be a automated test submission process.
When I look at your form page there is a section in the HTML head that is introduced by the comment “Start Of Script Generated By cforms v13.1 [Oliver Seidel | http://www.deliciousdays.com]”.
This was generated by the old cformsII which my version was forked from. Why is this generated on your page, whereas you seem to have a current version of my fork installed?Then there is a link “cforms contact form by delicious:days” in the form’s bottom area, which also should not be there anymore.
Also the CAPTCHA is not in a functional state, which also seems to originate from the old version being implemented in some manual way.
I suggest you fix your setup and then check again, if the fields are checked correctly.
Forum: Plugins
In reply to: [cformsII] Required FieldsIs it an automated or manual process?
Forum: Plugins
In reply to: [cformsII] Required FieldsThe log place depends on whether you are using AJAX forms or not. In both cases it is the standard PHP log, which depends on your configuration. Check out https://codex.wordpress.org/Debugging_in_WordPress. For AJAX forms there may be warnings/errors showing up in your browser’s console.
Forum: Plugins
In reply to: [cformsII] admin backend broken?This is the same error as on GitHub, I guess. Is cforms.admin.js loaded on the cforms settings pages in your backend?
Are you sure you use the latest cformsII version 14.12.1 from wordpress.org and NOT <= 14.6, which is the latest version from deliciousdays.com and has exactly that problem with current WordPress versions?
Forum: Plugins
In reply to: [cformsII] Help! After Upgrade to 4.7 my Cforms disapperedDo you want this problem to be solved or will you use Ninja Forms?
Forum: Plugins
In reply to: [cformsII] Help! After Upgrade to 4.7 my Cforms disapperedSo how do you insert the forms on your pages? Do you use the shortcode [cforms name=”…”] or the old HTML comments based approach?
Forum: Plugins
In reply to: [cformsII] Forms fileYou can also show them as JSON output on CformsII -> Global Settings -> debug output.
Forum: Plugins
In reply to: [cformsII] Forms fileThey are stored in your MySQL database:
select * from wp_options where option_name=’cforms_settings’;Forum: Plugins
In reply to: [cformsII - contact form] File upload means form not sentAs you probably use my cformsII fork, please use its forum at https://wordpress.org/support/plugin/cforms2/
Forum: Plugins
In reply to: [cformsII] PHP7 errorsYou use the last cformsII version from deliciousdays.com. This is the forum of a fork of that plugin. Its main webpage (incl. download) is on https://wordpress.org/plugins/cforms2.
Forum: Plugins
In reply to: [cformsII] CSS for updated pluginAnd you have to select the new custom CSS file in Styling section.