Latest solutions
Latest comments
- @cfcmeireles@sambuka-a
Nice solution If you don't mind I would suggest to fix a form validation logic. For instance if visitor will leave any required input empty it will trigger an error, which is ok. However if visitor will go back and fill this input it won't clear/hide the error message.
- @Seif-Sameh@sambuka-a
Nice solution. If you don't mind, I would suggest to work on styling and a shortens logic. For instance link validation (currently visitor can shorten not valid link and will get "undefined") and would be also nice to clear an input on "shorten It" click
Marked as helpful - @alexander-hergert@sambuka-a
Nice and clear solution, congrats A tiny suggestions if you don't mind:
- don't think cursor pointer is needed on form fields hover;
- phone number mask is a bit misleading because it wont pass validation;
- same title and description for all 4 steps;
Marked as helpful - @alexander-hergert@sambuka-a
thanks for the reply.Now I got it) Interesting approach. It would work even better with thumbs up/thumbs down. Honestly I didn't notice + and - active (blue) state, that is why it was a bit confusing. It is a really good idea to allow only one single reaction per active user. Don't have it in my solution. I did my reaction logic something similar to stackoverflow (negative score allowed + posts are sorted depending on score). But I should also really add user vote limitation per post/comment. Good luck in your WebDev journey
- @alexander-hergert@sambuka-a
Nice solution. Bzw, seems like post score logic doesn't work properly. In case you would like to play around fixing it
- @PDochev@sambuka-a
Hi Nice solution. I would suggest that you work on loading and errors handling