pgbrowser
pgbrowser copied to clipboard
PGForm fields attribute does not include textareas
The attribute fields on PGForm does not include the contents of any <textarea>s.
A quick look at the source reveals the following:
foreach($this->page->xpath->query('.//input|.//select', $this->dom) as $input){)
So, looks like quite an easy fix.
I just pushed a fix for this (hopefully)