Forms
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…
WordPress does not provide dependent dropdowns as a general form feature. For a small fixed list, connect two select fields with JavaScript; for datab…
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…
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…
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…
Basic HTML forms are possible without a plugin, but advanced WordPress forms need custom processing for validation, storage, uploads, email and paymen…
WordPress can handle basic account registration, but custom fields, front-end layouts, profile editing, email verification, and conditional fields nee…
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…
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…
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…
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…
Gravity Forms includes an Entries screen for administrators to browse, filter, view, and edit submissions in WordPress. It does not provide a complete…
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…
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…
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…
WordPress cannot process tribute donations by itself. Use a donation plugin for payments, then collect the honoree, dedication type and message with c…
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…
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…
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…
WordPress does not include a finished front-end post submission form, so a manual setup needs custom code for fields, security, uploads and moderation…
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…
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…
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…
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…