Dear All,
This is newbie speaking 😀 so sorry if I ask dumb question, I have made form with chronoforms and I can save the Data, The Input Data that I ask in the form such as : name, user name, email, Country,address Phone, password.
My idea is ... user can login to the website, user can see the data that she/he had inputted and update as well, after update she/he can logout. it's look simple but so hard for me to make it.
Can anyone suggest me or please give me the link, what is next step that I can do after I can save the data.
Thanks in advance
This is newbie speaking 😀 so sorry if I ask dumb question, I have made form with chronoforms and I can save the Data, The Input Data that I ask in the form such as : name, user name, email, Country,address Phone, password.
My idea is ... user can login to the website, user can see the data that she/he had inputted and update as well, after update she/he can logout. it's look simple but so hard for me to make it.
Can anyone suggest me or please give me the link, what is next step that I can do after I can save the data.
Thanks in advance
Hi bajaj,
As long as you have saved the user id with the data then you can use a copy of the same form to make it editable. In the new form you can use the DB Record Loader action to reload the data from a logged in user.
The form needs to have a hidden input with the same name as the primary key of your table ('cf_id' if you created the table in ChronoForms).
In the Form On Submit event you can add a DB Save action to save the updated information.
Bob
As long as you have saved the user id with the data then you can use a copy of the same form to make it editable. In the new form you can use the DB Record Loader action to reload the data from a logged in user.
The form needs to have a hidden input with the same name as the primary key of your table ('cf_id' if you created the table in ChronoForms).
In the Form On Submit event you can add a DB Save action to save the updated information.
Bob
This topic is locked and no more replies can be posted.