Everything works just as it should except that, in the plugin configuration, I set Joomla Status Message to no and under the form code in the On Submit code - after sending email block I created a page that would show to my users that a conformation email has been sent.
When I test it, it shows both the Joomla Status message, and the code I entered into the On Submit code - after sending email block.
it looks like this:
Hello (name), Thank you for registering at My Web Site title. Your account is created and must be activated before you can use it. To activate the account click on the following link or copy-paste it in your browser: http://mydomain.com/index.php?option=com_user&task=activate&activation=4f80d717e6fde4daf63ec70daa8da7c8 After activation you may login to http://mydomain.com/ using the following username and password: Username: username Password: password
Thank You For Registering
Thank you {name} for registering at K Designs.
A conformation email has been sent to myemailaddress@email.com
You must click on the activation link included in the email in order to complete your registration.
The part beginning at "Thank You For Registering" is the part I added into the On Submit code - after sending email block.
Can you tell me why the message still appears above it even though I set the plugin config to no.
Thanks in advance.