script>
//disable right-click
window.oncontextmenu = function(event) {
event.preventDefault();
event.stopPropagation();
return false;
};
</script
Disable right-click on the site which should disable the context menu on click on android.
Replace Name with First Name and Last Name fields, but keep name field for submission. Merge First/Last to Name on change