Jump to content

New blog post: FormBuilder v50


ryan
 Share

Recommended Posts

Love it.  The appending the form ID to the subject line is very convenient.  I relied on using a hook for this for the last however many years.  Nice to see it baked in.

Thank you for Bootstrap 5 support as well.

New spam features will be very helpful.  I will immediately be adding these rules:
%=search engine optimization
%=seo

?

  • Like 2
Link to comment
Share on other sites

@Jonathan Lahijani Good idea, I need to add those to mine too. Note that %= is the default/assumed operator, so you can make it even simpler (if you want) by just entering this: 

search engine optimization
seo

The thing you have to consider here though is if "seo" can appear as part of other words? The %= operator is a partial match operator without boundaries (same as in $pages->find), so it'll match words like Passeo, Osseo, Seoul, Seola. Given that, for matching "SEO", you probably want to perform a full word match, i.e. 

~=seo

  • Like 2
Link to comment
Share on other sites

11 minutes ago, ryan said:

@Jonathan Lahijani Good idea, I need to add those to mine too. Note that %= is the default/assumed operator, so you can make it even simpler (if you want) by just entering this: 

search engine optimization
seo

The thing you have to consider here though is if "seo" can appear as part of other words? The %= operator is a partial match operator without boundaries (same as in $pages->find), so it'll match words like Passeo, Osseo, Seoul, Seola. Given that, for matching "SEO", you probably want to perform a full word match, i.e. 

~=seo

Lol yea my excitement got ahead of me before thinking that through.

  • Like 1
  • Haha 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...