SevenShores\Hubspot\Tests\Integration\Resources\FormsTest::submit PHP Method

submit() public method

public submit ( )
    public function submit()
    {
        $form = $this->createForm();
        $response = $this->forms->submit(62515, $form->guid, ['firstname' => 'FooBar']);
        $this->assertEquals(204, $response->getStatusCode());
    }