0

I installed Facebook Omniauth Sign Up and When I can subscribe no informations are stocked in my computer. I wanna asked people complete the subscribe to send directly user at a contact form to fill complementary information.

I don't know the method to do this do I just call the right link?

Thank you for your answer.enter image description here

Hussein.
  • 179
  • 2
  • 11

1 Answers1

1

its calling validation check the link below

in your model validates :name, presence: true

more info validation in rails

sts
  • 380
  • 3
  • 11
  • Ok I understand it thnak you but when I use devise wit Facebook Sign In I can't keep data. I want to redirect user to a form when they subscribe wit facebook. – Hussein. Jan 16 '16 at 11:19
  • @BaptisteBecmeur check this link may be will helpful for you http://stackoverflow.com/questions/31373640/omniauth-facebook-redirects-to-registration-screen-instead-of-creating-user – sts Jan 16 '16 at 16:43