Forums

Blank screen after Joomla User Registration submission

gosain 24 Aug, 2009
After submission of Joomla User Registration, the screen shows blank with nothing like success or some message.

URL shown before submission of joomla user registration:

http://localhost/therapy/index.php?option=com_chronocontact&chronoformname=RegisterExtForm



URL shown after submission of joomla user registration:

http://localhost/therapy/index.php?option=com_chronocontact&task=send&chronoformname=RegisterExtForm



Site is running on local computer and not online on any live server.

in General Tab: Email the results ? YES
in Setup Emails Tab: nothing in it.
New User Account Activation: No (in global configuration)

Can someone tell me where I am making mistake?
Could it be because of conflict in the settings of "Email the results ?" and "Setup Emails" Tab ?

Thanks.
GreyHead 24 Aug, 2009
Hi gosain,

Add your own 'thank you' message in the OnSubmit After box (you can use HTML or PHP in there).

Bob
gosain 25 Aug, 2009
I do not want a static / fixed message to be displayed, message should be as per the details submitted instead.

After submitting the registration form it should display the default Joomla message telling user what to do next (e.g. check his/her email for validation (if validation in global configuration is Yes), and this is what happens what a user registers with default joomla registration, right?

Thanks.
GreyHead 25 Aug, 2009
Hi gosain,

Sorry, I don't see any question in there. If that what you want, just add the code to the OnSubmit box, no problem.

Bob
gosain 25 Aug, 2009
Currently, On Submit code - after sending email has the following code which shows after registration submission regardless of what settings are there with "New User Account Activation" in Global Configuration.

<div class="message">Dear {text_0}<br><br>Thank you for registering on this Website! Please check your email {text_10} for detail.</div>


I am actually having two problems here with the two registration activation methods:

First method: New User Account Activation = No
Joomla Administration -> Site -> Global Configuration -> System -> User Settings
I believe above means that users will be activated immediately after submitting registration form, right?

Second method: New User Account Activation = Yes
users will be sent an email containing a link to a web address. The user must follow this link to activate his/her account.

Now, after submitting registration the message in the next screen/page should be according to the activation settings. For example in first method it should be like:
"Thank you <name> for your registration, your account is activated. Please login using your username and password."
With showing this, appropriate entries should also be posted in jos_user table to activate the user immediately.

And, for second method it should be like:
"Thank you <name> for your registration. However, your account needs to be activated before you can login. Please follow the instructions in email sent to your email address <email> to activate your account."

Another issue is to add selected value for sendEmail in jos_user table if user has clicked on the checkbox to receive emails in ChronoForm.

Thanks.
This topic is locked and no more replies can be posted.