This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Can't use first_name, last_name or description in Pods form for Extended User #3430
Labels
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: