skip to Main Content

MeteorJS form submission is refreshing the page with event.preventDefault() enabled – Twitter API

The dating application is built with MeteorJS and the page refreshes whenever I attempt to submit this form to register a user. Also, Meteor.user().services.twitter.profile_image_url doesn't seem to get Twitter image. Please help imports/ui/components/partials/register-user.html <template name="registerUser"> <div class="user-card"> <form id="user-form"> <div…

VIEW QUESTION
Back To Top
Search