skip to Main Content

Pass html5 form custom attributes to JSON

This is the HTML that i created for the registration page <form role="form" action="" method="post" id="register_form"> <input type="text" id="facebook-autocomplete" name="facebook" class="form-control mdb-autocomplete GJ-search"> <input type="text" id="beatport-autocomplete" name="beatport" class="form-control mdb-autocomplete GJ-search" required> <input type="email" id="inputValidationEmail" name="email" class="form-control" > <input type="password" id="inputValidationPass"…

VIEW QUESTION
Back To Top
Search