Account Register and Login in Popup
Posted: Thu Oct 20, 2011 12:43 am
My site has Wordpress in / and OpenCart (1.5.1, fresh install) in /store/ and I want some custom programming for event registration on the Wordpress side that uses the same login and account creation as OpenCart (all accounts in OpenCart DB).
I was thinking about having a popup version of the account/register, without any header or footer. I can customize the account/register.tpl to not have the header and footer based on a GET variable (popup=1), but when you submit the form it POSTs back to account/register without the GET variable.
What is the best way to change the POST action to include the GET variables?
Or is there a better way to approach this?
Thanks!
Brian
I was thinking about having a popup version of the account/register, without any header or footer. I can customize the account/register.tpl to not have the header and footer based on a GET variable (popup=1), but when you submit the form it POSTs back to account/register without the GET variable.
What is the best way to change the POST action to include the GET variables?
Or is there a better way to approach this?
Thanks!
Brian