Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Created September 17, 2022 15:26
Show Gist options
  • Save acoyfellow/6959ac037dbc0a0c8a303829b3a85aab to your computer and use it in GitHub Desktop.
Save acoyfellow/6959ac037dbc0a0c8a303829b3a85aab to your computer and use it in GitHub Desktop.
Hidden Field
<script>
window.beforePost= function(){
formData.hiddenField1= "My Hidden Field";
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment