Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify child form member[member_name] #315

Open
yasiere opened this issue Feb 9, 2017 · 0 comments
Open

Modify child form member[member_name] #315

yasiere opened this issue Feb 9, 2017 · 0 comments

Comments

@yasiere
Copy link

yasiere commented Feb 9, 2017

i have many field :

  1. member[member_name] because childform
  2. product

this function not error :
$forms['form_builder']->modify('product', 'text', [
'value' => 'product',
]);

but this function error :
$forms['form_builder']->modify('member[member_name]', 'text', [
'value' => 'member_name',
]);

please help me, thank you

@yasiere yasiere changed the title modify member[member_name] Modify child form member[member_name] Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant