Search results for: admin
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…
Breadcrumbs - Hide WooCommerce Shop crumb
This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.
Storing User's Uncached IP Address in Hidden Field
This snippet lets you capture and store the user's IP address in the Hidden field. It…
Unattached Media Cleanup
// Schedule the event if it is not already scheduled function schedule_unattached_media_cleanup() { if (!wp_next_scheduled('delete_unattached_media_event')) {…
Sending Numerical Values Through Webhooks
This snippet allows you to send numbers through Webhooks as opposed to the default behaviour that…
Sending Geolocation Data Through Webhooks
This snippet works with the Geolocation and Webhooks addon. It allows you to send geolocation data…
How to Display Hidden Single Item Fields in Order Summary
This code snippet will display the hidden single item field in order summary
Set a specific language for Cloudflare Turnstile.
/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…
Change the No Results Found text in Modern Dropdown
This snippet changes the default no result found text in Dropdown field with Modern style.
Disable the space key with the special CSS class
This code snippet disables the space key. When a user presses the space key in these…
Adding a Video Before Your Form
This code snippet will add a video above your form.
Processing Smart Tags in HTML Field
This snippet makes WPForms Smart Tags usable in the HTML field
Custom Style Icons for Rating field
This snippet will customize your rating icons in the Rating field
Using Smart Tags in Your WordPress Rewrite Rules
This code snippet converts messy query string URLs into clean, user-friendly URLs while preserving functionality
Focused Form Fields
This CSS snippet will make your fields focused on click.