bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Message displayed above the formA side note: You are using a very old and insecure cformsII version. You should update.
Forum: Plugins
In reply to: [cformsII] Message displayed above the formWhat maintenance message do you mean? I can’t see any p tag except the success message on submitting the form. There are settings in cformsII either to show it at the top or the bottom of the form.
Forum: Plugins
In reply to: [cformsII] programmatically change admin email address or add ccIn the Core Form Settings, enable “Extra variables” to have $pid available with Ajax switched on.
Forum: Plugins
In reply to: [cformsII] How to send mail copy to filled in input mail adress / customerMark the field with the email checkbox. Add a field with the type “CC: option for user”. Then a user can use this to have the admin email sent to him via Cc.
Forum: Plugins
In reply to: [cformsII] programmatically change admin email address or add ccYou can use reflection: https://www.php.net/manual/reflectionproperty.setaccessible.php
Forum: Plugins
In reply to: [cformsII] programmatically change admin email address or add ccAlso use its $pid argument to get the post that you are coming from if you have AJAX enabled.
Forum: Plugins
In reply to: [cformsII] programmatically change admin email address or add ccUse cforms2_admin_email_filter and check its $mail->to.
- This reply was modified 7 years, 1 month ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Can’t save html5 fields (data attributes)This should be fixed in 15.0.1. Thank you for the good bug report.
You cannot change the date format for now, but I will change the format to obey the WordPress date format configuration.
Forum: Plugins
In reply to: [cformsII] data field validationThe debug output is available on the top bar at global settings. It cannot be disabled, so you should see it.
Forum: Plugins
In reply to: [cformsII] data field validationI guess the fields were JavaScript datepicker fields before you upgraded to 15.0. The datepicker was removed because now all major browsers support the HTML5 date type. The fields were converted to that. You can remove the regex as the format is checked by cformsII.
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t saveRemoving http:// from the mentioned field should do the trick for you as well.
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t save@rsimpson Does that work for you as well?
Also, if you extend the settings’ sections you should see the error popping up over the field.
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t saveJust blank this incorrect value.
Forum: Plugins
In reply to: [cformsII] Just upgraded to v15 and now forms won’t saveThe problem is HTML5 url field validation of your alternative form action “http://”.