- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
on page reload random html is replacing
on page reload random html is replacing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi
in one of our web app we have setup multiple variation in a experiment
everything working fine on first page load
but when user refresh the page its trying to manipluate random dom elements and making the page a mess
as you can see from screenshots 2nd screenshot not showing the form which is very important for our user to move to next page
just for fail safe i have given id to the elements which we modified text in optimizely but even that also not helping
any help is appricated
Thanks
Venu
Re: on page reload random html is replacing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Kind regards
Michael
Michael




Re: on page reload random html is replacing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hey,
I had the same thing and agree with Michael that it could be CSS. Look for margins etc., that worked when I had this issue.
Also want to add that if your page doesn't reload and content changes, consider using 'on change' event/any custom event to ensure all variation changes consistently applied.
Regards
IN