Category: Web Development
-
MailerLite UTM Tracking: How to Auto-Fill Hidden Fields Without Zapier
Marketing without data is just guessing. In this post, I break down the exact method I use to track lead sources (UTMs) inside MailerLite embedded forms. I’ll share the exact CSS to hide fields and the JavaScript snippets to auto-fill them, ensuring you know exactly which campaigns are driving your subscribers.
-

Showing Paginated Records in Laravel: Example
Pagination in Laravel is very easy compared to other frameworks. Here is a step-by-step guide and the Laravel code to create a new page that shows a list of users in a paginated format with 10 users per page.
-
Framework7 – Remove Hash Based Routing with Apache
In this article, we will see how to configure Framework7 not to use # in the URLs, instead let all the URLs be without the hash.