How to make redirect link not shown

3 replies
Is there a way to make my squeeze page redirect link invisible so that visitor can't right-click the source code. I know some will try to just right-click and look for the next page without opting in. Anyone know how to block this?
#link #make #redirect #shown
  • Profile picture of the author demahom27
    try to encode with base64 , users will only see hash most of them wouldn't know what's base64 and how to decode it !
    {{ DiscussionBoard.errors[10139150].message }}
  • Profile picture of the author commoner247
    Try to redirect with javascript if you send information via form.
    But you can't actually hide browser based script.
    Alternatively you can use php redirect function. For this, you have to process form first then redirect user.
    Anyway, whoever try to find your redirect link, may not interested with your product. Better ignore them.
    {{ DiscussionBoard.errors[10139569].message }}
  • Profile picture of the author SkepticalHippo
    Usually, the people who can have a look at the code and determine the URL over "Inspect Element" will not be stop by much of anything. Using Base64 is a matter of copying and pasting the code into an encoder online or running a simple command in the browser console.

    There are ways to make it harder, but is it really worth the effort? I mean, are you sure that people are doing precisely this and this is why your opt-ins are low (I'm assuming this is why you're asking)?
    {{ DiscussionBoard.errors[10140176].message }}

Trending Topics