bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Radio Buttons below the ‘value’ (not besides it)Just use your browser’s CSS view (right click on element and inspect) to find out about its CSS values. The most important for this kind of thing is
display.The following rule from customizr theme interferes here:
input[type="checkbox"], input[type="radio"] {display: inline-block;}Forum: Plugins
In reply to: [cformsII] way to export forms and settingsYou can use the debug output at the top menu of global settings.
Forum: Plugins
In reply to: [cformsII] remove auto-generated field numbersThe problem is your customizr theme. It has two rules
content: counters(item, ".") ".";that you have to overwrite.Maybe with
ol.cf-ol > li:before {content:none;}Forum: Plugins
In reply to: [cformsII] remove auto-generated field numbersIn all cformsII themes and in the CSS Guide you can find the CSS rule
ol.cf-ol li { list-style: none; }that is responsible for suppressing the ordered list’s numbers.Forum: Plugins
In reply to: [cformsII] Form not registering accountWhen I fill yout the form I am forwarded to http://www.governorsolutions.com/thank-you-account-registration
There is no message about a failure. What kind of account do you expect to be created? Is it a channelonline account? How is the connection between the form and the user database established? Has it worked at any time?
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”Please open a new topic.
Forum: Plugins
In reply to: [cformsII] Entry download is missingThat feature was removed in 14.13. Just look at the changelog: “fix authenticated SQL injections in the tracking DB GUI by removing “Delete Entries” and “Download Entries” features and filtering user input”.
If you install https://cfdbplugin.com to record your cformsII submissions you will have an export tool supporting CSV.
- This reply was modified 8 years, 2 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”You edit the sidebar in your WordPress Dashboard at Design -> Widgets, not directly on the page.
- This reply was modified 8 years, 3 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”One more thing: Maybe the form is not part of your template but was set up as widget. Then you just have to put a new cformsII widget to the sidebar that is common to the pages where the form is missing now.
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”Do you have access to the WordPress installation’s files? If so, go to wp-content/themes and pack the directory “9212” to a zip file. Just leave the zip file at wp-content/themes/9212.zip, so I can download it from there.
If you do not know how to access your installation’s files, just ask the person who set up your website.
- This reply was modified 8 years, 3 months ago by bgermann.
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”There is no number, this is just a hobby. But if you upload your template somewhere I can have a look.
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”I guess you use
insert_custom_cformfunction. You do not have to change it for 14.14, although it is deprecated and will be removed in favour ofinsert_cformin the upcoming 15.0.Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”Yes.
Forum: Plugins
In reply to: [cformsII] How to activate cformsII support in CFDBPlease see the last two posts at https://wordpress.org/support/topic/form-disappears-after-upgrading-to-14-14
You do not have to do anything except installing CFDB from https://cfdbplugin.com – its default setting is to record cformsII form submissions. Please check if you have the right CFDB installed (NOT CFDB7).
Forum: Plugins
In reply to: [cformsII] Form stuck on “One Moment Please..”No, it will not cause any problems; it will solve your problem.
You go to your Dashboard’s plugin page and check the version numbers. 14.6 is from deliciousdays, 14.14 is the new cformsII. Deactivate and uninstall 14.6.
After uninstalling it, you have to replace the old way to include forms on the page (HTML comments starting with
<!--) with shortcodes. You can use the cformsII WP editor button to insert the shortcodes.