-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not working for network setting page? #97
Comments
Yes, I encountered the same issue. The class is hard-coding I tried changing line 531 in
...which I believe to be correct, but the settings are still not saving. I have to look at it more closely. |
Well, including the above change, I got it to work with a total hack. Given this example... I added something like this to manually update options when the page is submitted:
NB! This is not ideal and the code above may contain errors. It is heavily modified from my own code, which has a bunch of extra logic and tabs. I included it in case you are desperate. Caveat emptor. I'm not sure how to retrieve a value from
Again, not tested for errors... There is a better way, I just don't feel like finding it right now. Good luck! Haha |
@dmhendricks Thanks for your response. |
@faiyazalam - Carbon Fields is about the only custom fields framework I've observed that supports network settings pages. It is available as a plugin and also via Composer. |
I created a network setting page but it is not working.
When I submit it is showing 404 page.
To fix this I just remove the action name "options.php" from the form.
Now it is not saving data.
The text was updated successfully, but these errors were encountered: