Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The variables available to that trigger are as follows.How can I access the User ID as they are not logged in through Joomla at this point?
Log something to their Joomla user session, check for that something existing after they updated their profile, and if it exists redirect wherever as needed while clearing that something from their session. That's typically the best way to deal with persisting states. Your other option would be to use PHP to call CBSubs API to check if something needs renewed. Regardless this will require custom code.My next obstacle is returning to the CB Subs renewal process upon successfully submitting the member update form. The form remains on the form page, throughout the process to capture/display errors on submitting blank fields and once the data is saved. Should it redirect or ...?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.