jmbb1720 / SwapD

A web-based platform where people can exchange skills.
0 stars 2 forks source link

Upload Image Button Error + Notification After Submitting Posts #27

Open walnuthanhan opened 4 years ago

walnuthanhan commented 4 years ago

Problem

  1. When the Upload Image button is clicked, the form is submitted immediately. This will create duplicate submission if the user clicks Upload Image button and then Submit button (at the bottom of the page). image

  2. There should be a notification or pop-up thank you note after the users submit their posts. This also helps prevent multiple submissions.

Solution

  1. Check the type of Upload Image Button.
  2. Write Javascript to close the form and open a pop-up notification when the user clicks Submit button.