Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Last active October 2, 2020 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acoyfellow/a139034558b4d4f163766e5b2756dd93 to your computer and use it in GitHub Desktop.
Save acoyfellow/a139034558b4d4f163766e5b2756dd93 to your computer and use it in GitHub Desktop.
Add fields (after submission) to a leads data to PhoneSites
<script>
// place this in the Page > Custom Code (Below Body)
window.beforePost= function(){
formData.myHiddenField= 'magic';
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment