Hi everyone, I am beginner with PW.
I have page with repeater field "section_repeat" which contain two fields "section_title" and "section_body".
How I want to find record in "section_repeat" where "section_title" value is "Section 1" in page template.
I am trying something like this with out success
$field = $page->fields->find("section_repeat.section_title=Section 1");
Thanks in advance