• matthewhuynh88
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

i have a custom web form that utilizes the Web Services API to create the lead in SF. the SFGA snippet is embedded at the bottom of every page in my website. everything is working perfectly.

 

now here's the problem: the webpage has a register pane and a login pane. if the user clicks either, the SFGA script gets activated and info is POSTed to SF. is there a way i can disable the POSTing if the user clicks the login button? or perhaps a way to call the SFGA script only if the user clicks the register button?

 

i'm not too great at javascript, but my guess is that the SFGA script works sort of like this:

  1. if SFGA cookies aren't created, create them with relevant tracking info
  2. if there is a form, change the form's action to POST to SF before doing the previous action

I suspect this is a I need stronger coffee question but here goes.

 

I've looked at the exambles of using the Salesforce API with VB.net and they seem clear except they

have references to "binding".  For example:

 

binding.update(New sObject() {p})

 

They don't explain where the binding reference comes from.  I suspect that it is a soap binding.

Can someone clarify this for me?

 

Thanks  :)