Hello, I have following case: There is RegistrationPage in the project. This page fill attributes of new User and persists in the database. But for registration from social networks we want to implement following: show to new user the same RegistrationPage with filled fields according to data recieved from social networks and highlighted errors (for example if EMAIL was not filled).
So, is it possible to redirect user to some page with already validated form? Thanks, Ilia
