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

Custom Fields #1

Closed
rohansood42 opened this issue Apr 29, 2017 · 1 comment
Closed

Custom Fields #1

rohansood42 opened this issue Apr 29, 2017 · 1 comment

Comments

@rohansood42
Copy link

I wanted to add a field of name is it possible to add? Or any other custom field which is not present in the Types?

@riddhimanadib
Copy link
Owner

Currently, only the supported types are defined. But if you want anything more to be implemented, you can do it in either of the following ways:

  1. You can use the type FormElement.TYPE_EDITTEXT_TEXT_SINGLELINE to use as your field of name.
  2. Add the type as an issue here, and I'll update the library with your required type.
  3. You can make a Pull Request with your desired formatting. If it goes with our current prospect, I'll merge and add it.
  4. Fork this project and modify as you want by yourself.

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