Title: API: Create a form?
Last modified: February 18, 2022

---

# API: Create a form?

 *  Resolved [edward_plainview](https://wordpress.org/support/users/edward_plainview/)
 * (@edward_plainview)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/api-create-a-form/)
 * Author of [Broadcast](https://wordpress.org/plugins/threewp-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)

 *  [Tahmid ul Karim](https://wordpress.org/support/users/tahmidulkarim/)
 * (@tahmidulkarim)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/api-create-a-form/#post-15486468)
 * Hello [@edward_plainview](https://wordpress.org/support/users/edward_plainview/),
 * Sorry, we missed your ticket earlier. Currently, there isn’t any option to create
   a form using the API. We do not have any documentation on that at this moment.
 * Thank you.

Viewing 1 replies (of 1 total)

The topic ‘API: Create a form?’ is closed to new replies.

 * ![](https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580)
 * [Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder](https://wordpress.org/plugins/fluentform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluentform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluentform/)
 * [Active Topics](https://wordpress.org/support/plugin/fluentform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluentform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluentform/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tahmid ul Karim](https://wordpress.org/support/users/tahmidulkarim/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/api-create-a-form/#post-15486468)
 * Status: resolved