Could someone please help me with step-by-step dummy proof help?
My site is a community news website. I just upgraded to Developer $ :) so I can have the User registration feature.
1) I have created a "Submit Story" + "User Registration" form in one. Works great. Standard required fields for first timers include "username" and "email".
Now, for a returning users logged in:
a) How do I tell the same above form not to require registration fields ? Actually if I'm logging in I don't want those field to even show up.
b) But if USER IS NOT login in, all fields should show for a new registration OR ASK USER to login if registered then forward to above a)
Hope I make sense. I think this is related to using "conditional logic" fields... If so, please kindly provide steps, I have no idea how...
2)*On a related note, how do I stop robots+spam from getting a hold of my form?