bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Using shortcodes in input type text fieldsI do not think so. What are you trying to achieve? Maybe there is a different way.
Forum: Plugins
In reply to: [cformsII] Submission limit higher than 0 turns off formDo you have database tracking enabled? This is required for that feature.
Forum: Plugins
In reply to: [cformsII] cformsll – how to get attachment file to receive in the emailIt goes to the directory that you configure. Default is in your uploads directory. It should be sent with the email by default.
Forum: Plugins
In reply to: [cformsII] how to add secirity qieston?Please use field type “Question & Answer”. Please consult the Help! section before posting here.
- This reply was modified 9 years, 3 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Cforms2 vs WPMLUnfortunately I cannot investigate this problem as I do not have a WPML licence. You should contact their support.
Forum: Plugins
In reply to: [cformsII] Undefined variable: after plugin updateYou can then still write it to a file, which is probably configured by default anyway.
Forum: Plugins
In reply to: [cformsII] Undefined variable: after plugin updateIt is again a notice, which is what it says: a notice, not an error. You can delete that line if you want as it is only for debugging purposes. But again I suggest you to suppress the log in your production environment.
Forum: Plugins
In reply to: [cformsII] Undefined variable: after plugin updateYes, you have to delete the dot on the mentioned line. The fix will be included in the next version, however you should disable PHP log output via HTML in your production environment.
https://github.com/bgermann/cforms2/commit/80916831bc0f4f84c71485e1877ca6af5a17cf1d
Forum: Plugins
In reply to: [cformsII] Submit Button not reachable on right sided menueAlso see related thread https://wordpress.org/support/topic/no-submit-button-in-mobile-web/
Forum: Plugins
In reply to: [cformsII] Cform2 shortcode is not working on my site.I saw it, but the first thing to check is your error log. I guess there is some error from cformsII.
Forum: Plugins
In reply to: [cformsII] no submit button in mobile webOkay, to explain it: the button is shifted right out of the screen and overlayed by the elements there, because the overall form width is a fixed size. @shahidlatif1974’s suggestion should work, but you pasted to supposed-to-be comment lines (containing “code”) in your file. Please leave them out as this is not legal CSS.
Forum: Plugins
In reply to: [cformsII] Cform2 shortcode is not working on my site.You should disable maintenance mode to let me view the form.
Forum: Plugins
In reply to: [cformsII] Add js event on successOkay, I will probably include event generation in one of the next versions. Thank you for the suggestion.
Forum: Plugins
In reply to: [cformsII] no submit button in mobile webYou do not use a current version of my cformsII fork, but a very old version by dlicious:days, which has known security issues that can cause your site being hacked. Please update to version 14.12.3 and check again if that button is missing.
Forum: Plugins
In reply to: [cformsII] no submit button in mobile webCan you provide a URL?