Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created May 9, 2017 23:00
Show Gist options
  • Save rruhlen/0036c008a3dc5262121cb8f935d81d86 to your computer and use it in GitHub Desktop.
Save rruhlen/0036c008a3dc5262121cb8f935d81d86 to your computer and use it in GitHub Desktop.
require custom fields.
<script type="text/javascript">
$(function() {
$('#customer_custom3').prop("required", true);
$('#customer_custom4').prop("required", true);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment