redirect - wordpress profile builder not redirecting properly after registration -


i using "profile builder pro" plugin of wordpress in wordpress website , works except "redirection after successfull registration" redirecting same page. here live link of it

http://www.selfmadesounds.com/dev3/register 

login redirection , register redirection have set backend , working login not registration.

any pretty accepted.

i dont have pro version had same problem, fixed hardcoding redirect link.

go page "wp-content/plugins/profile-builder/front-end/wppb.register.php"

move line 1026 , add following:

$redirectlink = 'http://www.yourdomain.com/redirect-page'; 

just overwrite redirectlink before go's , redirect.

hope helps


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -