Unbounce Features For Better Conversion

Unbounce has plenty of functionality to offer that hasn’t been part of the UI but still with help of some code you can get many of these features to work in your landing pages and get better conversion rates.

 

This post includes all those features and you can also figure out how to implement these features in the landing page.

 

Let’s take a look at the features you might not be aware of.

1. Smooth Scrolling

Smooth scrolling allows you to jump between areas of your page easily without having manually scroll up and down looking for specific sections. 

 

Smooth scrolling works very well when you have an anchor link that you want to be able to jump to quickly from any part of your page. This is a great feature to add to your page to get your customer to specific section of the page. 

 

However, including the smooth scroll script adds a pleasant animation to the link jump and adds some elegance to your page.

 

Follow the steps here and add calendar in your page.

Navigate to the page where you’d like to add smooth scrolling and open the page in the Unbounce Builder. Click on the “Javascripts” button in the bottom left corner of the Builder. A new dialog box will appear. In the Manage Scripts dialog box:

 

  1. Add Smooth Scrolling to the Link Name field.
  2. Select Before Body End Tag from the Placement menu.
  3. Paste the script below into the blank field.
  4. Click the Save Code button in the bottom right corner of the dialog box. Now that you’ve added the javascript you can create smooth scrolling text links and buttons within the page that link to an anchor. Select and Copy the ID value from the ELEMENT ID section. We’ll use this to create our Anchor Link.
    • If you’re using a button for your link, click on the button to which you’d like to add a smooth scrolling link. Go to the Properties tab, type the # symbol, and paste the ID value into the CLICK ACTION section URL form field.
    • If you’re using a text link, double click into the text block and select the text that you’d like to turn into a link. Under the Properties Tab, select the Action tab, type the # symbol, and paste the ID into the URL form field.
				
					<script>
  jQuery(function($) {

// The speed of the scroll in milliseconds
const speed = 1000;

// Find links that are #anchors and scroll to them
$('a[href^="#"]')
.not('.lp-pom-form .lp-pom-button')
.unbind('click.smoothScroll')
.bind('click.smoothScroll', function(event) {
event.preventDefault();
const href = $(this).attr('href').split('#');
$('html, body').animate({ scrollTop: $(`#${href[1]}`).offset().top }, speed);
});
});
</script>
				
			

Click Save and Publish/Republish Your Page.Smooth scrolling anchor links should be set up on your page making navigation on your page easier for your customers!

2.Calendar in Unbounce

You don’t always have a form with email field only. Sometimes you need a big form that includes a lot more information. There may be a time where you want the users to submit dates in your unbounce form. 


But with unbounce date fields, users may have to write the date which isn’t very good practice. But now you can add calendar in your date fields and then user can just select the date from the calendar. 


That date will be automatically added into the field.


Follow the steps here and add calendar in your page.

Leave a Reply

Your email address will not be published. Required fields are marked *

Sahibjot Singh

Sahibjot Singh

Hey there! I'm Sahibjot Singh, and I've been on an exciting journey as a Web Designer/Developer and Email Automation expert for the past 12 years. It's been a fantastic ride filled with new challenges, and I've learned how to overcome various issues along the way.

One thing that's always been a part of my journey is the need to research and gather different puzzle pieces, using my coding knowledge to piece together solutions for a wide range of problems.

But here's the thing: I've realized that there are many business entrepreneurs and non-technical folks out there who don't have coding skills but often find themselves in similar situations.

So, what makes Unbouncehacks/Unbouncetips special? Well, it's not just a collection of scattered information. I've put together complete end-to-end solutions for the very problems I've encountered and that you might face in the future.

Plus, I keep this website updated with fresh tips and suggestions that have helped me excel in design and email marketing over the years. So, you're in for a treat with a treasure trove of knowledge! 🚀

Share:

Facebook
LinkedIn
Twitter
Skype
WhatsApp

Most Popular

Follow Us

Categories

Doing the best for email marketing? Still your domain can be black listed if you hit a spam trap, once.


Verify your contacts for FREE and make sure there are no spam traps or invalid emails. 

― Receive the latest articles
Subscribe To Our Newsletter

Get notified about new articles