Form Submit Callback with ID
window.instapageFormSubmitSuccess = function( form, wid ){
if ( wid === 6 )
{
// do something
}
else if ( wid === 7 )
{
// do another thing
}
else
{
// do nothing out of a box
}
};