The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Redirect on sign up?

3 posters

Go down

In progress Redirect on sign up?

Post by puppycheese 4/4/2013, 17:58

Is there a way to redirect a user after he signs up to your site to a url? I will use this feature to explain the website to them.
puppycheese
puppycheese
Forumember

Posts : 141
Reputation : 2
Language : english

http://www.converseit.net/

Back to top Go down

In progress Re: Redirect on sign up?

Post by Sir Chivas™ 18/4/2013, 19:32

Well,

They will have to login after they have register, so try this:

Create new JS.
Code:
var url = "URLHERE";
$(function(){$("#login").click(function(a){a.preventDefault();$.get(this.href,function(){window.location=url})})});

Add the URL that you want them to be redirected to.

Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: Redirect on sign up?

Post by kirk 19/4/2013, 18:17

You can try what sir chivisa has said
Or another way would be to just have the site info page
Set as your home page.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum