Replies: 2 comments
-
is this still an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related #1890 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pod "mypod", Type: User (extended), Storage Type: Meta
Pods 2.6.1
WP 4.4.1
From the docs (http://pods.io/docs/code/pods/form/):
Test 1: field names only
Result: Form field is not displayed, lots of "Undefined index".
Notice: Undefined index: type in /pods/ui/front/form.php on line 13
Notice: Undefined index: options in /pods/ui/front/form.php on line 13
Notice: Undefined index: label in /pods/ui/front/form.php on line 114
Notice: Undefined index: help in /pods/ui/front/form.php on line 114
Notice: Undefined index: in /pods/classes/PodsForm.php on line 212
Test 2: array with default values
Result: Form is displayed with description field. On submit, alert with "Error: User data is required but is either invalid or empty"
Test 3: array + existing pod id
Result: Form is display, with description field. On submit, redirected to "?success=1" but the value is not saved.
Beta Was this translation helpful? Give feedback.
All reactions