- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Open
Labels
enhancement (UI/UX/feature)New feature or requestNew feature or requesthelp wantedOpen for anyone to work onOpen for anyone to work on
Milestone
Description
Support arbitrary (optional) user-enterable data fields.
Example: https://donate.paybutton.org/
Show a new section before the QR code that has the new data entry form.
Using the following format, allow entering arbitrary fields:
fields='[{"name": "X", "text": "Y"}, {"name": "Z", "text": "A"}]' (maybe allow setting the "type" too for some basic validation? Eg. Text, email, checkbox, hidden.
These would appear in order from top to bottom, all optional. These values would be made available in the callback but could also be added directly into the DOM for convenience (to be discussed).
There would be a button at the bottom of the fields that has the same text as the text parameter for the button.
Metadata
Metadata
Assignees
Labels
enhancement (UI/UX/feature)New feature or requestNew feature or requesthelp wantedOpen for anyone to work onOpen for anyone to work on