Skip to content

Instantly share code, notes, and snippets.

@nkb-bd
Created March 12, 2022 11:15
Show Gist options
  • Select an option

  • Save nkb-bd/9fe979356f71683ee5ae4e8772aad6df to your computer and use it in GitHub Desktop.

Select an option

Save nkb-bd/9fe979356f71683ee5ae4e8772aad6df to your computer and use it in GitHub Desktop.
//paste this in the custom JS section of fluentform
$form.on('submit',function(){
var text = 'Hello Alex';
var phone = '8801715928113';
window.open(`http://api.whatsapp.com/send?phone=${phone}&text=${text}`, '_blank');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment