bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsMulipart does not use JavaScript, itself, but as this script is loaded… you never know. Do you need it anyway? I would suggest you delete it on the Dev.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsI see you use an old JavaScript from cformsII 14.6 or older: http://www.voltaik-check.de/js/form.js
That could be the problem. Why do you use it?
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsThat is a great form by the way. Do you use custom form code?
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsThat would be great.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsCan you please try this version?
If that does work, please also try this one.
Forum: Plugins
In reply to: [cformsII] Multipart Forms ProblemsJust to be sure: Is 14.8.1 or 14.9 the first version not to work?
Forum: Plugins
In reply to: [cformsII] Multipart Forms Problems@waschneider1 Did you select the right form on each of the forms’ multi-part options?
@morbidcuriosity I do not know what HTTPS would have to do with that. Can you explain?
Forum: Plugins
In reply to: [cformsII] CformsII And Email ForwarderForum: Plugins
In reply to: [cformsII] admin email is not always receiving form dataPlease check the FAQ and the forum posts related to email. When is “sometimes”? Does it depend on the input? What kind of email setup do you have (external SMTP or PHP’s mail())? Is the mail server the same as the web server?
Forum: Plugins
In reply to: [cformsII] One moment pleaseDo you see request and response of your form submission in the browser (developer’s console -> network)? Does disabling AJAX make the form submit?
Forum: Plugins
In reply to: [cformsII] Prevent Submit Button From Double-ClickMaybe this behaviour is triggered by a bad server response time. I will not introduce such a feature.
Forum: Plugins
In reply to: [cformsII] Conditional content in fieldsThis is not built-in. If you put in a lot of effort, you can do this via custom forms (you have to build it via PHP and JavaScript).
Forum: Plugins
In reply to: [cformsII] How to show only year in datepicker calenderI do not know if I get you right: You want to change the year in the date picker. You do this in global cforms options at “Additional options (JSON)” for the date picker. The year selection is enabled by inserting
{"changeYear" : true}.Forum: Plugins
In reply to: [cformsII] Validation Error – when required text field empty – gets nullThis has nothing to do with the empty text field, but with a multi select box. I will fix it in 14.12.1.
Forum: Plugins
In reply to: [cformsII] CSS styles is not working for new formI guess you have set a page to include cformsII header data in the global cforms settings. Change that to include on the pages where you insert your new forms as well (or leave it blank).