-
Notifications
You must be signed in to change notification settings - Fork 71
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
Frontend Visitor Input Fields #264
Comments
Hi, It's not supported at the moment, sorry. However, it sounds like a good idea. |
Thank you, Michael. Would love to see it added. |
I've dome some experimentation with front-end forms, using the APF form class. It came out to be functional. One thing to keep in mind is that you have to style the form by yourself. If you like, you should try this demonstration plugin. Please make sure you have Admin Page Framework v3.8.11 or above. The demo plugin consists of four files.
For the usage, please see the doc-block section of the Hope you like it. Let me know if you encounter problems. |
Wow! Thank you very much. Will download and play with this in a few minutes. |
|
@WowThemes It's not part of the core. You have to implement it by yourself. It's just a matter of copy & paste and renaming classes though. The submission data is not stored anywhere by itself. You want to do it by yourself in the |
Can this be used to add frontend forms that are safe for anonymous user input?
I'm in the middle of converting my own plugins to use Admin Page Framework. Would keep the code lighter if I can use the fields on the frontend too.
The text was updated successfully, but these errors were encountered: