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

afQuickField doesn't work #49

Closed
Alwigi opened this issue Dec 11, 2013 · 2 comments
Closed

afQuickField doesn't work #49

Alwigi opened this issue Dec 11, 2013 · 2 comments

Comments

@Alwigi
Copy link

Alwigi commented Dec 11, 2013

If I create a quickform all is ok, if I create a manual form all is ok too but when using afQuickField as below my page gives no errors and is blank:

{{#autoForm schema=testCollection id="insert_test"}}
    {{afQuickField 'testField' }}
    {{> buttons}}
{{/autoForm}}
@Alwigi
Copy link
Author

Alwigi commented Dec 11, 2013

OK, I found the problem to be '{{> buttons}}' - I copied the code from README.md.

If the 'buttons' template is not shipped with autoform (I thought it was) then I guess there is no issue & I just need to create my own template.

@aldeed
Copy link
Collaborator

aldeed commented Dec 11, 2013

Yeah, that's just there as an example. Sorry for the confusion.

@aldeed aldeed closed this as completed Dec 11, 2013
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

2 participants