Scenario: You have a website in English and would like to offer one form in Spanish. Gravity Forms does not offer this feature so here’s how you do it. Manually change the Form Fields titles to Spanish. If you are using placeholders you can manually change those as well. Manually change the “Custom Validation Message” for each field: Change the …
Make images black and white in Elementor Builder
Add css class to your image or slider element: bw-color add the following css to your theme customizer custom css section or your theme css files: .bw-color img { /* filter: url(filters.svg#grayscale); Firefox 3.5+ / filter: gray; / IE5+ / -webkit-filter: grayscale(1); / Webkit Nightlies & Chrome Canary */ -webkit-transition: all .4s ease-in-out; } .bw-color img:hover { filter: none; -webkit-filter: …
Link a Gravity Form radio button option to focus on a specific field
Place this snippet in an HTML field in your form: <script> jQuery( document ).ready(function() { jQuery(‘input:radio[name=”input_2″]’).change( function(){ if (jQuery(this).is(‘:checked’) && jQuery(this).val() == ‘Enter Amount’) { jQuery(‘#input_2_1’).focus(); } }); }); </script> Customize the above code according to your specific fields. To add a regular text link that focuses on a specific field use the following code (add as a link and …
How to use admin field labels for gravity form email notifications
By default when you use the {all_fields} tag for email notifications in gravity forms, any admin field label you may have set will not be used. In case you are using a shorter label for readability or any other reason that you want to show the admin field labels in your email notifications, simply modify the {all_fields} tag to be …
Set up mailto links to open in gmail, outlook or yahoo
A standard mailto link on a website will open whichever email service is set on your computer. By default on windows computers this is outlook and most users do not know how to change this, so if they use gmail or yahoo or any other email provider, your mailto link will not work for them. Here is a way to …
Capital One Spark Business account wire transfer information
Bank Name: Capital One, N.A.Bank Address: 30 7th Avenue South Saint Cloud, MN 56301Routing # 031176110Account # (your account number here)Swift Code: HIBKUS44 Business name: (your business name here) Business address: (your business address here) The Swift code for Capital One spark business checking accounts is: HIBKUS44 The Bank address to use for Capital One spark Business online checking and …
Gravity Forms Autofill Credit Card Fields
On some gravity forms, the credit card fields do not autofill correctly. This ruins the user experience for users who have their credit cards securely stored in their browser like google chrome and are used to easily filling out credit card fields that way. Here is a quick fix. Add the code below to your functions.php file. Instead of editing …
How to create a new brand account for youtube now that google+ has shut down
In order to create a Google Brand Account, you used to start by creating a Google+ page for your business and then you could associate a personal Youtube channel with that brand account. Now that google+ has shut down, you cannot create a brand account through Google Plus Pages. Here’s how to do it. Click on this link to create …
How to change your GoDaddy Nameservers
If your domain name (yourname.com) was purchased through GoDaddy but your website is not on GoDaddy, you will need to change it’s nameservers. You don’t need to know what those are, just follow these instructions. You should have nameservers from your developer or hosting company. You will need those to do this. Step 1: Login to your GoDaddy dashboard. Step 2: …
How to stop Cox from tracking your internet history
Your internet service provider (ISP) can see everything you do online. They track the websites you visit, the apps you use and even using incognito mode (also called private browsing) does not stop them. Some internet providers even sell your browsing data to other companies! One of the simplest, free and easy ways to stop them is by changing your …