Formcrafts
Forum Replies Created
-
Forum: Plugins
In reply to: [FormCraft - Form Builder] Mails receiving time takes longerYou’d have to check with your email host. Our code is executed immediately but your email host might be locking up emails.
Forum: Plugins
In reply to: [FormCraft - Form Builder] Email Double Opt-in?Sorry that isn’t possible with FormCraft currently.
Forum: Plugins
In reply to: [FormCraft - Form Builder] not Mobile responsiveThanks. I hope you would also update your rating!
Forum: Plugins
In reply to: [FormCraft - Form Builder] not Mobile responsiveWhich table? if you want to make the form translucent, use this CSS:
.formcraft-css .fcb_form {
background: rgba(255,255,255,.5);
}Forum: Plugins
In reply to: [FormCraft - Form Builder] not Mobile responsiveAre you referring to the field labels being cut off? That is owing to your layout plugin which is extending beyond the page. The form would fill up its parent container, which, in this case, is outside the viewport.
Forum: Plugins
In reply to: [FormCraft - Form Builder] not Mobile responsiveThanks for bringing this to my attention. I’ll patch this in an update. We don’t have this issue with the premium version,
For now, try using this Custom CSS:
.fcb_form {
max-width: 100%;
}@media only screen and (max-width: 600px) {
.formcraft-css .fcb_form .form-element {
width: 100% !important;
}}
Forum: Reviews
In reply to: [FormCraft - Form Builder] Best Plugin Ever!!!Where did you post? Please share a link, and also a link to your form. Thanks.
Forum: Plugins
In reply to: [FormCraft - Form Builder] Formcraf basic does not workWe see this issue sometimes when themes don’t allow us to load JS correctly. This happens with older themes. Does switching the theme fix the issue?
Forum: Plugins
In reply to: [FormCraft - Form Builder] Formcraf basic does not workPlease try switching your theme or disabling some plugins? There is a JS conflict which is causing this to happen.
Forum: Plugins
In reply to: [FormCraft - Form Builder] Form submit redirects to 404 page.Please try embedding the form on a page or post via shortcode. Our dedicated page doesn’t work with some themes.
Forum: Plugins
In reply to: [FormCraft - Form Builder] ??? available?Please elaborate? Where are the characters not being displayed correctly?
Forum: Plugins
In reply to: [FormCraft - Form Builder] Form not submitting when internet speed is slowIs this for FormCraft Basic or FormCraft WordPress? Are you sending emails to many recipients? Do you have a file upload field?
Forum: Plugins
In reply to: [FormCraft - Form Builder] Texte in capital lettersThis would be owing to a conflict with your theme or some other plugin. Our forms don’t enforce capital letters.
Forum: Plugins
In reply to: [FormCraft - Form Builder] Form crafts is down?Yes, I am working on this right now. Our service should be up soon. Please accept my apologies.
Forum: Plugins
In reply to: [FormCraft - Form Builder] Multiple Copies of Form SentI haven’t received any other such complaint. Please check your email setting, and the list of emails that get notifications.