I created a registration form by adding new fields, I created a table to store these new fields and all goes well, the user registers, it appears the message that the user has been created and the user will receive an email ... it Send email confirmation and is registered as a user ... BUT if the user enters a username or email already exists, go to a blank page and the user is not created, but he dont get a message that the username or email already exists. 
How can I validate if the username or email exists and telling the user?
				
				
				
			How can I validate if the username or email exists and telling the user?
					Hi pmaya,
which Chronoforms version do you have ?
Regards
Max
				
				
					
				
				
			which Chronoforms version do you have ?
Regards
Max
					good, try this in the server side validation box:
Let me know!
Regards,
Max
				
				
					
				
				
			
<?php
global $cf_just_registered_error;
if($cf_just_registered_error)return "there was an error in your registration, error message: ".$cf_just_registered_error;
?>
Let me know!
Regards,
Max
					Ok, we will try this with RC4, I will put it online later today hopefully! that's because RC3 has some problems regarding onsubmit code and plugins!
Regards,
Max
				
				
					
				
				
			Regards,
Max
					Hi pamaya,
not yet, needs alittle more piece finished, I think that I will finish this today!
Cheers
Max
				
				
					
				
				
			not yet, needs alittle more piece finished, I think that I will finish this today!
Cheers
Max
This topic is locked and no more replies can be posted.
		
	
 
  