Skip to content
GPLWP Guides

Forms

How to limit form submissions in WordPress

The exact steps depend on your form plugin: many builders offer a limit setting, while others need a plugin extension or custom server-side code. For…

1 tool
How to create dependent dropdowns in WordPress forms

WordPress does not provide dependent dropdowns as a general form feature. For a small fixed list, connect two select fields with JavaScript; for datab…

1 tool
How to add color pickers to WordPress forms

You can add a basic colour picker with an HTML input type="color", but your form plugin must also process and email the field value. For palettes, RGB…

1 tool
How to offer discount coupons in Gravity Forms

Gravity Forms does not provide a full coupon system in the core form builder. For a simple fixed discount, use a text field with conditional logic and…

1 tool
How to let users save form progress in WordPress

WordPress does not provide a generic save-and-resume feature for front-end forms. Use a form builder with saved drafts, add browser storage for same-d…

1 tool
How to create advanced forms in WordPress

Basic HTML forms are possible without a plugin, but advanced WordPress forms need custom processing for validation, storage, uploads, email and paymen…

1 tool
How to create custom user registration forms in WordPress

WordPress can handle basic account registration, but custom fields, front-end layouts, profile editing, email verification, and conditional fields nee…

1 tool
How to accept donations on a WordPress site

For a simple donation button, create a hosted payment link with Stripe or PayPal and add it to a WordPress page. For recurring donations, donor record…

1 tool
How to display Gravity Forms in popups

Gravity Forms does not include popup behaviour, so you need a popup plugin as well as Gravity Forms. The manual route is to place the form shortcode i…

1 tool
How to export Gravity Forms entries

Gravity Forms includes a built-in CSV export under Forms > Import/Export. Select a form, choose fields, filter by status or date, then download the fi…

1 tool
How to add page transitions to Gravity Forms

Gravity Forms provides multi-page navigation but no built-in control for animated page changes. You can add a fade or slide with custom CSS and JavaSc…

1 tool
How to display and edit entries in Gravity Forms

Gravity Forms includes an Entries screen for administrators to browse, filter, view, and edit submissions in WordPress. It does not provide a complete…

1 tool
How to manage inventory in Gravity Forms

Gravity Forms can limit the total number of submissions, but it does not natively reduce stock for individual products or choices. For simple forms, t…

1 tool
How to add datepickers to WordPress forms

Add a Date field in your form builder, or use an HTML date input if you are building the form manually. Use a plugin when you need date ranges, blocke…

1 tool
How to collect signatures in WordPress forms

WordPress does not include a signature field by itself. You can build a canvas-based field with JavaScript and server-side image handling, but a form…

1 tool
How to accept tribute donations on a WordPress site

WordPress cannot process tribute donations by itself. Use a donation plugin for payments, then collect the honoree, dedication type and message with c…

1 tool
How to accept payments through WordPress forms

WordPress does not process payments through a form by itself. For a fixed price, you can submit the form and send the visitor to a hosted PayPal payme…

1 tool
How to accept donations on a WordPress site

For a simple one-off donation page, add a PayPal Donate button or payment link to WordPress. If you need card payments, recurring donations, donor rec…

1 tool
How to create multi-step forms in WordPress

WordPress does not provide a stable, built-in multi-step form builder. You can build one manually with HTML, JavaScript, and server-side handling, but…

1 tool
How to let users submit content from the front end of WordPress

WordPress does not include a finished front-end post submission form, so a manual setup needs custom code for fields, security, uploads and moderation…

1 tool
How to add address autocomplete to Gravity Forms

Gravity Forms does not provide address autocomplete in its core form builder. Use the official Geolocation Add-On or a specialist extension such as Gr…

1 tool
How to create forms in WordPress

WordPress does not include a general-purpose form builder, so a working form needs either custom HTML and PHP or a form plugin. For most sites, instal…

1 tool
How to accept file uploads in WordPress forms

WordPress does not provide a visitor-facing file-upload form by itself. Use a form plugin for the practical route, or build a custom multipart form th…

1 tool
How to create custom forms in WordPress

For a simple contact form, WordPress 7.0 can use its experimental Form block; for a fully custom workflow, you need code or a form plugin. The manual…

1 tool