Dianne--Trek Trek Trekking Outta Here #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Finished all waves/requirements, did not do any optionals.
Before I set a hidden field in my form, I had added the post callback functionality for reserving a trip within my function that retrieved a single trip's details-- is there a reason why it's better to pull out the form id in an hidden field?
Also, I constructed my form using JQuery--is there any advantage to making the form in the HTML vs in the JS file?