USE GOOGLE MAPS TO MEASURE YOUR FENCE

Follow the instructions below!

Step 2 - Enter your address

Step 3 - turn on satellite map

Step 4 - right click where you want to place a corner post and 'select measure distance'

Step 4 - long press where you want to place a corner post,
Then slide the menu up and 'select measure distance'

Step 5 - select where you want your fence to go

Step 5 - select where you want your fence to go

Step 6 - Note the total length, or take a screenshot, then return to the calculator.

document.addEventListener('DOMContentLoaded', function () { const totalField = document.getElementById('fieldname12'); // Change to your total field ID if (!totalField) return; // Listen for calculation event fired by CFF document.addEventListener('cp_calculated', function () { totalField.style.display = 'block'; }); });