Permalink as pitch page#4198
Conversation
92a8f9b to
981498d
Compare
|
Seems ok. What is the issue in using |
|
@aaronschachter the thing I've been stuck on is getting the redirect after logging in to work. |
981498d to
359d3bf
Compare
|
@angaither Does it work to change the User module's redirect to only execute based on whether or not they were on a Campaign page or a Reportback ? |
|
@aaronschachter no, for some reason |
|
ahhhhhHA, |
|
ok, now this works cc @aaronschachter |
|
Looks good! 👍 |
This turns the
do itbutton on a permalink page into theSign UpbuttonCurrently, this only supports Authenticated Users (and shouldn't be merged just yet)
This also includes some light refactoring and of course, ever present 👾 fixes
Fixes #4154
Fixes #4190
Fixes #4115
@aaronschachter I created #4197 for the anon users, but it doesn't seem like that get_signup_button is the way to go for that. do you have any feels on how to handle that?