Hello
I have got a form works correctly. now i want to make a updating form if the user they need change data before they gave me.
I made a form like login form it ask booking number and security number to reach the updating form. I control these booking number and security number from database. if these are correct, I want to redirect confirmation using Pass Field Data Via Query String and show the updating form. I didnt do it yet, but i can do it i think.
Questions
1-Is this way logical? Or are there any better method?
2-is there any easy way to get values from database directly to updating form? Or should i get values from database one by one to populated fields in the updating form?
3-gravity forms insert all values to database directly after submit form. How can i just update my database without any new data insert?