bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Issue with value=0Thank you for the precise bug report! I have fixed the issue on the development version. It will be included in the next published version.
Forum: Plugins
In reply to: [cformsII] not all submissions are loggedPlease post more specific information. In general, you should switch to https://cfdbplugin.com for saving submission records. The built-in tracking db will be gone in the next cformsII version.
Forum: Plugins
In reply to: [cformsII] Conditionally Required FieldsYou are right, there is no built-in way to do that. I cannot think of a good way to do it with cformsII.
Forum: Plugins
In reply to: [cformsII] my_cforms_logic in 14.14You could use cforms2_after_processing_action to calculate the score and save it in the session. Then use cforms2_usermessage_filter to output the according message.
Forum: Plugins
In reply to: [cformsII] Email Subject for Multi Part FormYou must not use the “cf_form?_” prefix for variables in subjects.
Forum: Plugins
In reply to: [cformsII] Email Subject for Multi Part FormIf you enable the option for your first form, you will only receive an email for the second, so the problem “admin email is being sent as two for the different parts” should be gone.
Forum: Plugins
In reply to: [cformsII] Custom ID not working any more with checkboxPlease check that you enabled “Use custom input field NAMES & ID’s”.
Forum: Plugins
In reply to: [cformsII] Email Subject for Multi Part FormThe checkbox to suppress admin email for multi-part forms is gone, because there is the general “Turn off admin email” checkbox in the “Admin Email Message Options”.
Forum: Plugins
In reply to: [cformsII] Copy formsYou can use copy the form from the debug output (Global Settings’ top menu) and manipulate the debug output accordingly at the target page.
Forum: Plugins
In reply to: [cformsII] Form disappears after upgrading to 14.14@ivobirrer touches a valid point as the form insertion via HTML comments is removed in 14.14. It caused some troubles in the past, therefore the removal.
Forum: Plugins
In reply to: [cformsII] Misaligned formsYou could manipulate the cforms theme that you use. Please read readme.txt on how to conserve the changes going forward.
Forum: Plugins
In reply to: [cformsII] Upload absolute path missingPlease have a look at https://wordpress.org/support/topic/cant-find-tracked-files-since-recent-update/
Forum: Plugins
In reply to: [cformsII] Separate select box fields for month, date and yearNot really. You can use three different select boxes, but they would not guarantee valid date, e.g. 2017-02-30 or 2017-04-31 would be valid. You should really use HTML5 date. With the latest firefox version, currently all main browsers support it in the default configuration.
Forum: Plugins
In reply to: [cformsII] Formatting issuesThere is no theme that is considered to have a flexible width, so this is not a bug. However, you can keep your changes with an update. You should read section Custom theme (CSS) files.
Forum: Plugins
In reply to: [cformsII] Form disappears after upgrading to 14.14No, there is no solution, because I cannot verify this issue. I need more data, e.g. what field types are you using in the disappearing form? If you create a new, simple form, will it show on a page if you insert it?
- This reply was modified 8 years, 5 months ago by bgermann.