the loader is there at infinte loop , and if somehow it breaks and loads , the ui comes with multiple input fields. Wanted to know if there will be updates coming on the way ?
HI,
I just discovered your awesome plugin.
Two questions:
Thank you
]]>Prev & Next button displays in the footer area of the form if I display two forms on the same page. If I click on next the other form disappears and vice versa.
]]>Selecting a Builder theme from the dropdown for a CF7 form screws up the tel and date fields.
Effects are:
1. height reduction
2. label margin (or padding) reduced (moved closer to field border)
3. positional shift upwards (-y)
4. not styled along with the other field types
This occurs regardless of site theme and regardless of column assignment.
When I delete Builder and create vanilla CF7 forms, they are formatted/aligned properly, so the problem is not with my sites.
I presume the fix will be in the CSS, but I haven’t had a look in Notepad++ yet.
]]>When I add form element, ajax error like below occard.
And then, element couldn’t be edited.
How can I fix it?
Best regards.
Object { key: "0d88cf0ccbfc885b3b23c652291d1fe9", type: "warning", message: "Illegal string offset 'required'", file: "wp-content/plugins/cf7-builder/admin/controllers/controller.php", line: 196, stack: (5) […], component: "プラグイン: cf7-builder" }
?component: "プラグイン: cf7-builder"
file: "wp-content/plugins/cf7-builder/admin/controllers/controller.php"
key: "0d88cf0ccbfc885b3b23c652291d1fe9"
line: 196
message: "Illegal string offset 'required'"
stack: Array(5) [ "Controller_cf7b->convert_to_html()", "Controller_cf7b->cf7b_add_template_to_form()", "Controller_cf7b->__construct()", … ]
type: "warning"
Uncaught TypeError: dataTemplate[editable_name] is undefined
edit_popup https://adclub.wpx.jp/wp-content/plugins/cf7-builder/script/cf7b_admin.js?ver=2.0.8:363
<anonymous> https://adclub.wpx.jp/wp-content/plugins/cf7-builder/script/cf7b_admin.js?ver=2.0.8:87
jQuery 2
cf7b_admin.js:363:22
and more error with each form element
]]>Hi,
i like the builder, but some bugs happen when i used it today.
First the Drop Down insert as a search input field.
Second when i add field and click the pencil icon does nothing.
Is it even possible to change the fields afterwards?
Best René
]]>Here’s the CSS for making your forms full width responsive.
@pluginCreator, I think the structure needs to be redone to be following:
cf7b-section
– cf7b-row
— cf7b-col
.cf7b-section {
display: flex;
flex-direction: column;
align-content: stretch;
width: 100%;
flex-wrap: nowrap;
}
.cf7b-col {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
}
.cf7b-row {
flex: auto;
padding: 0 4px;
}
@media screen and (max-width: 767px) {
.cf7b-row {
flex: 100%;
max-width: 100%;
}
}
]]>
When I open a form to edit some fields I can edit/open only one field to edit.
After closing/updating the tags and the modal screen closes I can’t open another field.
Wordpress – 5.7
Contact Form 7 – 5.4
PHP – 7.4