Currently Iam developing an application in that application the feature should works like below,
On user first time login the user should be able to add the profile data (past experience) but after his first login it should be change to update details or else it should be in disable format. Is there any specific way to do this ?
I found that last method was succeed but Iam not sure on it. can anyone confirm it. and if anyone knew the ways of doing this I kindly invite all of you to give answers.
@PasminaM , If I’m understanding the requirement correctly, you want to include a form for someone to fill out if they’re logging in for the first time. What happens if they login and their browser runs into issues? Is the expectation that they’ll not be able to add their details?
Another option aside from looking at the sign on time is to just look for the profile data itself. If the data exists show a way for the user to update their info. If it doesn’t exist, show the form the user would need to complete.
If you want to handle a scenario where someone can elect not to input their information then maybe you can offer them a toggle for them to elect not to?
in here Im checking that the relevant logged user id has already been recoded on not in the specific table ( user personal details table). the form to be show only if the property field is not recoded earlier, I hope that I had achieved it. may I know that this is what you had said right? and is it correct way?