I have been developing this appointment booking app. I have build its schedule feature, now I want to save this my database which I am facing problem.
I want someone who can get on a call with me and figure out how can I do it?
I am willing to pay $10 for this small task.
That is not a small task and is probably one of the more complex issues to deal with properly for a booking application. You will not find a developer with enough experience to do this that is willing to work for $2 an hour.
So, free tips:
Look into the orchestra plugin to save values from within an rg cell from a button located outside of the rg (ie: so you can press the save button and save the data located in the specific RG cells)
Learn about how to manipulate dates as well as what dates are made of and how to extract specific components of the dates.
An alternative would be to buy a template that already does this, or a plugin that enables this type of function and hope the developer has a demo page set up so you can see exactly how that would be done…however, keep in mind, those options will likely cost between $80-$350 depending on which you choose.
Instead of saving the data using states, which is the way I’m assuming that you are doing it, just create database things right away instead and then just modify those things using something like auto-binding. Then the save button doesn’t really need to do anything besides go to the next page.