bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Date Picker Start Date – End DateDo you mean in form settings or for your own date input fields?
Forum: Plugins
In reply to: [cformsII] DateiuploadPlease leave out the dot:
jpg,png,pdf
Please replace cforms-options.php file with the current development version. The fix will be included in the next version.
Forum: Plugins
In reply to: [cformsII] Hook to get form submission dataPlease have a look at my-functions.php.txt. Most probably you want to go for my_cforms_filter(). I plan to move to WordPress actions/filters sometime. Your request could be the reason for me to do it in the near future as your plugin has functionality I could strip off in cformsII if you integrate it.
Forum: Plugins
In reply to: [cformsII] Multiple file uploadI guess you want to upload a variable number of files. You can’t do this via JavaScript alone, but you can use the cformsII PHP API (see my-functions.php.txt) combined with JavaScript to do it.
Forum: Plugins
In reply to: [cformsII] Multiple file uploadTo send multiple files, you have to add as many file upload boxes to your form as you want to be uploaded.
Forum: Plugins
In reply to: [cformsII] Tracking – URL ProblemForum: Plugins
In reply to: [cformsII] Possible bug in page "Track Form Data"You are right. The fix will be in the next release, but you can also check it out here: https://github.com/bgermann/cforms2/commit/79c16eb66117c98f3a5b96d9d42f4b60c18aa9d9
Forum: Plugins
In reply to: [cformsII] problem with captchaI just released 14.10.
Forum: Plugins
In reply to: [cformsII] attachements folder missing after upgradeAnd yes, any changes in the cforms directory, including additional directories, will be deleted with every update.
Forum: Plugins
In reply to: [cformsII] attachements folder missing after upgradeThe default attachments directory is the wordpress upload directory.
Forum: Plugins
In reply to: [cformsII] passing $_POST data to cformsSee my-functions.php.txt and the plugin help pages.
Forum: Plugins
In reply to: [cformsII] attachements folder missing after upgradeSee “Installation” section, subsection “Upgrading the plugin”:
If you want to delete the 14.6.0.5 version by deleting directory “cforms” and you have any cforms-uploaded files, make sure you do not delete your attachments directory, which is contained in the cforms directory by default.
I do not know, why this did not happen before, the updating behaviour is dependent on WordPress, not the plugin.
Forum: Plugins
In reply to: [cformsII] passing $_POST data to cformsYou can send arbitrary POST data to the addresses that the forms post to. I do not think, it is a good idea, but you can try. I would recommend using the defined API to call your own function before procesing the form.
Forum: Plugins
In reply to: [cformsII] problem with captchaThis will be fixed with the next version.