Skip to content

Conversation

@xtian96
Copy link

@xtian96 xtian96 commented Aug 29, 2019

Fixes #9 and #10

<h1 class="title">Sign Up</h1>
<div class="underline"></div>
<form action="" method="post">
<form action="" method="post" onsubmit="return checkForm(this);">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this function just disables, we probably shouldn't name it "checkForm"

function checkForm(form)
{
//
// validate form fields
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we validating form fields here?

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.

2 participants