I’d like to use this:
<a href="#" onclick="document.querySelector('.mwai-input textarea').value += 'test'; return false;">Test</a>
To copy some text without input but send button don’t work if I do so. Is like textarea don’t listen the text inside. Thanks for every support.
]]>I installed the Download After Email plugin on my site and I am using it on https://www.casa.info/guia-consejos-comprar-piso . It’s correctly working for PCs and for Android smartphones, but on Apple devices (iPhone, AirPad…) the SEND button doesn’t appear; therefore Apple device owners are not able to use the plugin and download the file I’m attaching for them.
Has someone else experienced this issue and how did you solve it? And even if you didn’t experience it, do you have an idea of a possible solution?
Thank you very much.
]]>I have no send button on my pop up form so please advise how to fix this issue.
]]>However, the color setting for the button doesn’t take. Here is my shortcode (for a black button color):
[contact-form-block
name_label=”Name”
email_label=”E-mail”
message_label=”Message”
header=”false”
header_image_id=”null”
header_image_size=”50″
header_image_align=”left”
header_title=”Get in Touch”
header_text=”Leave your message and we’ll get back to you shortly.”
button_text=”Send”
button_color=”#000000″
button_text_color=”white”
theme=”default”
message_rows=”5″]
Upon investigation and after turning off plugins for testing, I determined that 5.4 was to blame. So I downloaded and reverted to 5.3.2 This resolved the send button pinwheel issue. I will remain on 5.3.2 until their is a fix.
]]>Thanks for the nice plugin. I am just checking it out.
Is it possible to change the button color of the “Send” button?
Cheers Florian
]]>As you can see on each page of www.crefovi.fr , the “submit” buttons for the contact form, at the bottom of each page or blog post, and at the bottom of the mailing list widget, on the right corner of each page of blog post, have disappeared.
You can see the difference with www.crefovi.com , which still has its “submit” buttons on the contact forms and mailing list widgets.
How do I add the “submit” buttons on the contact forms and mailing list widgets on each page and blog post of www.crefovi.fr please?”
I want to make it clear that I did NOT change any of the CSS (I would not know how to do that, to be honest).
However, for the sake of exhaustivity, please find below the customised CSS i have added in the “Additional CSS” section of crefovi.fr, under Customise, so far:
——–
ul#site-header-cart {
display: none;
}
.site-search {
display: none;
}
button.menu-toggle {
border: none;
}
input[type='search'] {
background-color: #ffffff;
box-shadow: none;
}
.sub-menu li a { font-size: 14px !important; }
.single-post .storefront-breadcrumb a:nth-child(5) {
display: none !important;
}
.single-post .storefront-breadcrumb span:nth-child(6) {
display: none !important;
}
body.woocommerce-active .site-header .main-navigation {
width: 100%;
}
function filter_media_comment_status( $open, $post_id ) {
$post = get_post( $post_id );
if( $post->post_type == 'attachment' ) {
return false;
}
return $open;
}
add_filter( 'comments_open', 'filter_media_comment_status', 10 , 2 );
#page .added_to_cart, .button, button:not(.menu-toggle), input[type=button], input[type=reset], input[type=submit] {
display: block;
}
——–
Thank you and best regards,
]]>Recently we have had no issues with Forminator, however, when looking at the submission IDs there seems to be several missing. Upon further investigation we noticed on our stripe account that 98 payments were made with on 96 submissions showing,
Why is there missing entries?
Please help,
Ronan
]]>