API: Create a form?
-
Author of Broadcast here!
A user of mine wishes to broadcast (copy) of a form from one site in the network to another.
I’ve found the API command to retrieve a form.
$fluent_form = new \FluentForm\App\Api\Form(); $the_form = $fluent_form->form( $form_id );
Is there a way to create a form using the API, and the form I just retrieved?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘API: Create a form?’ is closed to new replies.