Hoping someone could help me here. I'm in the middle of making a website and I'm pretty new to HTML and PHP. JavaScript is completely new to me.
I have to allow the admin to dynamically create a form on the website I'm making. The admin wants to be able to click a button which will take them to a new page where they can name the field(s) they want to appear in the form and then save this form which they can then fill in and save to a database etc. They want to be able to do this when they log in to the site, so basically like having admin rights but not doing it through code, it has to be done on the website.
I am wondering is this possible? I don't really see how it will work when it comes to dynamically creating the fields in the database then inserting the information to those fields in the database also. I don't no how I can create the queries seeing to store the information either.
If anyone could help I would be very thankful, I really don't no where to begin to try and implement this feature.