Set value without a field
Is there a way to set a value that is available in the database, but not in the form? I know you can hide a field and then set it, but thats not what im looking for.
3 Replies
Thank you. I am looking to edit the data from inside my custom field. These documentations refer to the 'EditPage class' and 'CreatePage class' which are things i dont want to edit. Is there somewhere else I can look?
These are the appropriate places to do it. Possible alternative is with a hidden input in the form, just make sure that fields data isn’t sensitive since it can be modified from the front end.