Home » Database » DB_DataObject_FormBuilder » Bug #8330
Back if required fields not filled
Details
| Submitted | 2006-07-31 13:50 UTC |
|---|---|
| From | info at otdyh dot ru |
| Assigned | justinpatrin |
| Status | No Feedback |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-07-31 13:50 UTC] info at otdyh dot ru
Description:
------------
I have a form which i get by url index.php?id=2
one of this field is set to required.
if this field is not set php redirects me to index.php (should be index.php?id=2) with all fields set. But it's very important to me, that redirect should be to index.php?id=2
Expected result:
----------------
action page should be $_SERVER['REQUEST_URI'] i believe