i want to put offer url i landing page but not able to find where to put it my click button is 'keep it going''it is my landerhttps://trendhustle.com/sweeps/IT-iPhoneXS-ChooseColor/index.html
Can you please put the code of index.html somewhere? Either paste it on pastebin or in a post here.
Amy
<a class="inline-block mt-4 px-6 py-3 border-4 border-orange-light rounded-full bg-blue shadow text-2xl font-bold uppercase text-white no-underline red" href="YOUR_TRACKER_CLICK_URL"/>
@dseopro1000 I would really suggest that you either go through some beginner's coding courses, or hire someone to fix landers for you. I'm really glad you're asking for help, but something this basic you really should know if you're wanting to continue fixing your own landers.
Amy
thanks@vortex and @plutus @plutus as per you i put the action link but my landing is now broken up
https://trendhustle.com/sweeps/IT-iP...lor/index.html

Because you have copy pasted HTML in Javascript code without knowing what you are doing. I agree with @vortex. Do a JS / HTML course. Here are free and good courses: https://www.freecodecamp.org/
In the lander you posted, just put your URL instead of # on line 294. Don't remove the quotes ' ' or it will not work.
var final_link = '#';
thanks@jeremie
its working right now,i will follow the advise of course of html and coding related
@jeremie
hi one of my landing page showing this error when i use my url https://trendhustle.com/sweeps/GOOGLE+WIN+IPHONE+X/index.html
but its working on sublime url
404 Not Found
Try to not use spaces, +, or any others special characters in your URL, like $ & @ # %
@jeremie
wow you are great sir