Shortcode
Once you have created a form, you can display it anywhere on your site—on a page, in a post, or in a widget—using its unique shortcode.
Getting the Shortcode
- Navigate to AIP > Forms.
- In the list of forms, find the form you want to display.

- In the Shortcode column, click on the shortcode text (e.g.,
[aipkit_ai_form id=123]
) to copy it to your clipboard.
Using the Shortcode
Paste the copied shortcode directly into the content editor of any post or page, or into a shortcode-compatible widget.

Shortcode Attributes
You can customize the appearance and functionality of the frontend form by adding attributes to the shortcode. Click the settings icon next to the shortcode in the list view to open the configurator.

The available attributes are:
theme
: Sets the visual theme. Options:light
(default),dark
,custom
.show_provider
: Whether to show the AI Provider dropdown to the user. Options:true
,false
(default).show_model
: Whether to show the AI Model dropdown to the user. Options:true
,false
(default).copy_button
: Whether to show a "Copy" button below the generated result. Options:true
,false
(default).save_button
: Whether to show a "Save as Post" button (for logged-in users). Options:true
,false
(default).pdf_download
: Whether to show a "Download PDF" button (Pro feature). Options:true
,false
(default).
Example:
To display a form with a dark theme and a save button, your shortcode would look like this:
[aipkit_ai_form id=9447 show_provider="true" show_model="true" theme="dark"]
