You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will it be possible to search the submitted results?
I know I can export the results and run a search in excel but it'd be great to search results within the FormSave component.
Thanks
The text was updated successfully, but these errors were encountered:
I have just patched FormSave to enable searching for my current ModX project. I'll fork this repo, commit my patch and submit a pull request against this ticket. Update: this is the pull request: #29
Here's a screenshot of it:
It does a really simple case-insensitive search on all the key/val data in the form. So in my s/shot, if I search JEAN I get a match on firstname=Jean and also on email=jean.whatever
Will it be possible to search the submitted results?
I know I can export the results and run a search in excel but it'd be great to search results within the FormSave component.
Thanks
The text was updated successfully, but these errors were encountered: