Skip to content
Discussion options

You must be logged in to vote

There is no query builder for submissions at the moment.

For now, you'll need to get all the submissions then do a regular collection based filter.

$form->submissions()->filter(function ($submission) {
  return $submission->field === 'something';
});

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@QuentinGab
Comment options

@ryanmitchell
Comment options

@jasonvarga
Comment options

@QuentinGab
Comment options

@ryanmitchell
Comment options

Answer selected by QuentinGab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants