AFJoin.show()
Shows the modal
AFJoin.settings({ title: 'Modal form title', // optional, sets form title buttonLabel: 'Create Account', // optional, sets button label advertisementURL: '/modal/' // optional, sets url where the content is pulled from }); AFJoin.show();
Shows modal, with custom settings