Is there a way to access the current form data in the fields method? #4144
-
|
How do I get a value that is currently present on the form inside the Example: I've tried obtaining this value by using I need something like the How do I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
davidhemphill
May 4, 2022
Replies: 1 comment
-
|
What are you trying to do? Resources delegate calls to the underlying model so you can access its data using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidhemphill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to do? Resources delegate calls to the underlying model so you can access its data using
$this->company_idoroptional($this->resource)->company_idor similar.