Custom settings pages
Hello,
we want to make a custom settings area cause we don't need so much configuration options for the user. So the new concept says "remove some settings and move some settings from one panel to another". After some research I could not find a post on that in the community. Maybe I was looking for the wrong keywords. Actually I a thinking about the following solution:
1. Create an Endpoint for different pages and then make some custom html output for the "new" forms.
2. Create some JS functionality for validating and saving the new form values using Ajax requests.
The Ajax-Request is submitting to another endpoint which save the values using the Rest-API
Is this scenario possible or not? I could not find any hints on this. How to save the new values using the Rest-API? Is this possible?
Many thanks,
Michael