Hey,
I've been messing around with a bunch of the landers from the landing pages depository and there are a few quiz landers that I really want to test but can't get them working.
The issue is that the quiz buttons don't do anything when I upload the lander to my website. So i click them and it doesn't proceed to the next quiz question.
Oddly enough, when I open the lander locally from my computer, the quiz buttons work perfectly fine. I really can't figure this one out and I've been finding myself using up a lot of my type fixing up landers... I've encountered this with more than one of the landers too.
Here is one of my landers that isn't working:
https://www.rewardsnice.com/visa-quiz/
The landers I'm talking about are the ShengSiong and TrustPower quiz landers from Vortex's Sept 1st landers which you can find here:
https://stmforum.com/forum/showthrea...Download-Links
To save you time I uploaded one of them here:
http://www.mediafire.com/file/hga5xy...urvey.zip/file
I'd be curious to see if anyone else can get it working from their website.
Hello,
It works both offline and online for me.
Make sure you have all 3 subdirectories (js / css / images) uploaded along with index.html, otherwise it will not work.
Or put the URL of your site here and I will have a look.
The show/hide sequence of the questions on questionary landers are usually handled using either custom coded JavaScript or leveraging jQuery libraries.
Make sure you have properly linked the files responsible for the show/hide function. If not, then your lander won’t work.
A quick way to check would be to open your browser developer tools, then check the network tab if any of the linked files fails to load.
Sometimes the lander is cached after you have uploaded to s3.
So if you have uploaded the lander, then decide to make some changes and re-upload, the caching makes it display the original version instead of the reuploaded version
If this is the problem, I'd suggest to create a new directory and upload the new version lander there
Sent from my YAL-L21 using STM Forums mobile app
I tried opening the show/hide sequence and there is one URL blocked but it's just a font one. Here is the landing page I'm talking about, the quiz buttons don't work at all for some reason:
https://www.rewardsnice.com/visa-quiz/
I just checked the Mediafire link and the LP works perfectly fine.
But as you say, the buttons on your Visa lander won´t work.
However, hard to tell about the reason without knowing what you did there.
What changes (apart from the product and question/comments text) did you make?
Hello,
Correct ALL your <SCRIPT> markups first
They should use "text/javascript", not anything else:
<script src="js/jquery.min.js" type="7eae6b343fee49a3b9a767ac-text/javascript">
<script src="js/jquery.min.js" type="text/javascript">
<script type="7eae6b343fee49a3b9a767ac-text/javascript">
<script type="text/javascript">
@jeremie
Great to see your tips for LP stuff 