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

Allow users to specify a new for form fields #11

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

fractaledmind
Copy link
Owner

The response object from Form.submit is a hash that uses either provided names of incrementing integers (1-indexed)

Resolves #7.

The response object from Form.submit is a hash that uses either provided names of incrementing integers (1-indexed)

Resolves #7.
@fractaledmind fractaledmind merged commit 053d23e into main Oct 8, 2024
1 check passed
@fractaledmind fractaledmind deleted the name-form-fields branch October 8, 2024 14:18
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

Successfully merging this pull request may close these issues.

Could you pass names to each prompt so you could get a hash back instead of an array of responses?
1 participant