By the way I discovered jsbin - an easy way to publish html code, then got 
the source from browser bar just before it is rendered:
http://jsbin.com/ojamak/4/edit

here is where I hit submit:
<input data-ajax="false" data-theme="e" type="submit" value="Sign Up" />

and I see:
<input name="_next" type="hidden" value="/default/myinfo" />

So if the page showing up after redirect is 'myinfo' (correct) but the 
browser bar is still '/user/register' (incorrect), wouldn't be easier if 
myinfo controller has the capability to change back the browser bar to the 
right one: '/user/register'?  




Reply via email to