| 开发者 | Sun Formbuilder Team |
|---|---|
| 更新时间 | 2026年6月29日 11:18 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
sun_forms), so you can manage all of your forms from a single dashboard, embed them anywhere with a shortcode, and customize per-form styles that are automatically compiled into a dedicated CSS file.
Highlights
Sun Form block.[sun_form id="123"].wp-content/uploads/sun-form-builder/css/ for fast frontend rendering.block_categories_all, upload_mimes, etc.).{% for key, item in data %} etc.).sun-form-builder folder to /wp-content/plugins/, or install the plugin through the WordPress Plugins screen.[sun_form id="FORM_ID"] (the form ID is shown in the Shortcode column of the forms list).The form builder UI is built as a Gutenberg block, so you'll use Gutenberg to design forms. Once a form is created, you can embed it anywhere using the [sun_form id="..."] shortcode, including the classic editor and most page builders.
Either insert the Sun Form block from the WP Form Builder category, or paste the shortcode [sun_form id="123"] (replace 123 with the ID shown in the Shortcode column of Sun Forms → All Forms).
Go to Sun Forms → Email Templates, open a template and edit the HTML in the CodeMirror editor. The plugin uses Twig syntax, so you can loop through submitted fields with {% for key, item in data %} ... {% endfor %} and output values like {{ item.label }} and {{ item.value }}.
Each form's compiled CSS is written to wp-content/uploads/sun-form-builder/css/{form_id}.css and is only enqueued on pages that actually contain the form (via block or shortcode).
Open Sun Forms → Settings → Integrations, paste your Mailchimp API key into the Mailchimp field and click Save.
Yes. The plugin registers image/svg+xml as an allowed mime type so SVG files can be uploaded through the standard WordPress media library.
Yes. Sun Form Builder Pro adds more integrations (reCAPTCHA, Google Sheets, Zoho CRM, additional email marketing services and Stripe payments). The free plugin will automatically stand down if the Pro version is active.
sun-formbuilder/form for visual form building.sun_forms and sun_email_template.[sun_form id="..."].