0

I have listed the lead generation forms using the below PHP sdk api.

use FacebookAds\Object\Page;
$page = new Page(<PAGE_ID>);
$leadgen_forms = $page->getLeadgenForms();

print_r($leadgen_forms);

I need to create a lead generation form using the PHP sdk API. Is there an api to create the lead form using PHP SDK?

2

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.