Where can I make these settings?
Email address to which notifications should be sent
Email subject line
What happens when someone submits the form
Do I have to have an account for this?
Is the plugin free to use?
I had to start over with a new form, because the old one became buggy in the latest updates (submissions were no longer shown, mails were not sent). So I started over with a new form in the latest available Formello version.
However, starting this new form from scratch introduced a new bug: Creating an email action, the email form does not store the message field input. If you save and open it again, it is empty.
I reproduced this on a clean WordPress install on my test server. Please fix.
]]>A checkbox with required attribute as well as the GDPR form element do not validate when checked.
Steps to reproduce in Formello 2.2.2:
In Formello > Entries, deleting multiple submissions with bulk delete, has the result that only one submission is deleted.
Steps to reproduce:
I did not check whether or not other bulk actions are also bugged.
]]>Using field names with hyphens like my-field-name in a form, those are submitted correctly, but they are not evaluated/parsed in the message body of an action email.
Steps to reproduce:
is not evaluated/not replaced with the value in the resulting email.
However
is properly evaluated/replaced with the submitted value.
Please fix this!
]]>While Formello was able to send mails in version 1.8.x, this is no longer possible. I am on 1.9.9. Here are the issues I encountered:
Hi, I was looking for a lightweight solution to add an exit intent popup on my site. I tried a few code solutions but couldn’t get them to work. Tried your plugin and seemed fine (albeit only on desktop). However, have now noticed it causes a duplication of my social sharing icons that are generated using this PHP in functions.php
function social_sharing_buttons($content) {
global $post;
if(get_post_type() === 'post'){
// Get current page URL
$simplesharingURL = urlencode(get_permalink());
// Get current page title
$simplesharingTitle = htmlspecialchars(urlencode(html_entity_decode(get_the_title(), ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8');
// $crunchifyTitle = str_replace( ' ', '%20', get_the_title());
// Get Post Thumbnail for pinterest
$simplesharingThumbnail = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
// Construct sharing URL without using any script
$twitterURL = 'https://twitter.com/intent/tweet?text='.$simplesharingTitle.'&url='.$simplesharingURL.'&via=simplesharing';
$facebookURL = 'https://www.facebook.com/sharer/sharer.php?u='.$simplesharingURL;
$whatsappURL = 'https://api.whatsapp.com/send?text='.$simplesharingTitle. ' ' .$simplesharingURL;
$linkedInURL = 'https://www.linkedin.com/shareArticle?mini=true&url='.$simplesharingURL.'&title='.$simplesharingTitle;
// Based on popular demand added Pinterest too
$pinterestURL = 'https://pinterest.com/pin/create/button/?url='.$simplesharingURL.'&media='.$simplesharingThumbnail[0].'&description='.$simplesharingTitle;
// Add sharing button at the end of page/page content
$content .= '<div class="simplesharing-social">';
$content .= '<p><b>SHARE ON</b></p> <a class="simplesharing-link simplesharing-twitter" href="'. $twitterURL .'" target="_blank">Twitter</a>';
$content .= '<a class="simplesharing-link simplesharing-facebook" href="'.$facebookURL.'" target="_blank">Facebook</a>';
if (wp_is_mobile()) {
$content .= '<a class="simplesharing-link simplesharing-whatsapp" href="'.$whatsappURL.'" target="_blank">WhatsApp</a>';
}
$content .= '<a class="simplesharing-link simplesharing-linkedin" href="'.$linkedInURL.'" target="_blank">LinkedIn</a>';
$content .= '<a class="simplesharing-link simplesharing-pinterest" href="'.$pinterestURL.'" data-pin-custom="true" target="_blank">Pin It</a>';
$content .= '</div>';
return $content;
}else{
// if not a post then don't include sharing button
return $content;
}
};
add_filter( 'the_content', 'social_sharing_buttons');
The popup is designed to show on all posts. If you scroll to the bottom of one of the posts you will see the sharing buttons shown twice. I’ve tried checking for the id of the popup and I’ve also given it a name and that didn’t work either. Any idea how I can detect the popup so the sharing buttons don’t get added?
]]>Hi,
upgrading Formello from 1.8.1 to 1.9.1 stops my site from displaying anything and throws the following fatal error:
Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, bool given in /var/www/bgw/wp-content/plugins/formello_del/includes/Blocks.php:192 Stack trace: #0 /var/www/bgw/wp-content/plugins/formello_del/includes/Blocks.php(192): array_merge() #1 /var/www/bgw/wp-includes/class-wp-hook.php(308): Formello\Blocks->register_block_pattern_category() #2 /var/www/bgw/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #3 /var/www/bgw/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /var/www/bgw/wp-settings.php(617): do_action() #5 /var/www/bgw/wp-config.php(96): require_once(‘…’) #6 /var/www/bgw/wp-load.php(50): require_once(‘…’) #7 /var/www/bgw/wp-blog-header.php(13): require_once(‘…’) #8 /var/www/bgw/index.php(17): require(‘…’) #9 {main} thrown in?/var/www/bgw/wp-content/plugins/formello_del/includes/Blocks.php?on line?192
The site is doomed completely after the Formello upgrade. I cannot even access the backend, and I have to manually remove the Formello plugin to revive the website.
Just to make sure: I deleted all other plugins except Formello from the plugins folder – fatal error still throwing.
As soon as I restore Formello 1.8.1 from my backups the site is up again.
I am on a self-made full site editing theme, nothing fancy.
]]>First, I want to say I like this plugin, but some issues make me choose another one.
The redirect function doesn’t work.
When I try to set the values of the fields that must be sent to Sendinblue, the name and GDPR fields don’t work.
Hope those can be resolved. I would really like to use the plugin for my projects.
I could get a license for the Sendinblue Addon, but don’t know how to get the Formello License for being able to use the addon.
]]>Hi folks
Great plugin, I can’t understand why it’s not more widely used.
Please can we request that you remove line 10 in block.json
for the select dropdown?
You have both parent
and ancestor
in the JSON at the moment, this is preventing us from adding dropdowns other than as a direct descendant of the form.
Obviously we can do this at our end but it’d be great if you could integrate it into a future update.
Kind regards
– Perry
Only Form block is seen in the Inserter Panel. I did expect to see the various included fields as blocks. The in-page inserter I see Fieldset, Select and Input. These should also be seen in the bigger Inserter Panel.
As there needs to be an easy to discover overview of available fields that can be added to the form.
]]>Hey
In the new form. I added the Form block. Clicked to Open Library and the clicked the “Formello form 1”. Inside the modal there is a gif spinner top right to the left of the x. It keeps going and going.
I tried it again. Clicked the x to exit.
Clicked to Open Library.
Then clicked “Formello form 1” and the modal closed and I was back where I started with the Form placeholder and no template.
Btw
I am testing your form on a local site running Chrome. WP 5.7. Theme: Twenty Twenty One and the lastest Gutenberg plugin 10.3.2 activated.
Hey
I installed your plugin and noticed it showed up on the bottom of the WP admin menu. Clicking to add a new form shifts the WP admin sidebar menu focus from Forms over to Submissions.
]]>Hey
I am wondering if you have a Github repo where I can submit issues?
]]>