SMiLE Basic Web
SMiLE Basic Web is a powerful, modular, and user-friendly WordPress plugin that integrates multiple essential tools into a single solution. It includes a flexible Contact Form system with real-time email preview via the Customizer, a dynamic Sitemap Generator supporting various formats, and a comprehensive Cookie Consent Manager fully compliant with international data protection regulations such as GDPR and ePrivacy. With lightweight, accessible, and brand-adaptable interfaces, SMiLE Basic Web empowers site owners to ensure transparency, control, and legal compliance while maintaining a seamless user experience. Key Features: Customizable contact form with advanced SMTP configuration. Support for multiple custom fields, including new types: single/multi-select, user email, and textarea. Required field indicators and placeholders. Field reordering with drag-and-drop interface. Google reCAPTCHA v3 integration for spam protection. Send a copy of the form to the user, with a customizable message. Insert logo and company link in user copy emails. Privacy policy and legal notice checkbox fields with linked pages. Optional marketing opt-in field with customizable text. Explanation field to describe the purpose of the form. Real-time preview of the user email using the WordPress Customizer. Optional SEO metadata editor for posts and pages (title, description, and indexation). Modular tab interface supporting additional tools. Dynamic generation of: llms.txt (text or JSON format). sitemap.xml sitemap-images.xml robots.txt New “General” tab that centralises global options. Toggle to allow safe SVG / SVGZ uploads (sanitised & thumb-ready). Automatic image Alt-Text: copies IPTC/XMP “Alt Text Accessibility” (fallback to Title). -Cookie Consent Panel: Clean, responsive, and customizable cookie banner. Three display sizes: Small, Large, or Fullscreen. Consent tab with position options: Left, Center, or Right. Auto-hide on Accept or Deny with full keyboard accessibility. Multilingual-ready and fully translatable (.pot included). Preferences panel for per-script consent using . Add unlimited scripts with name, description, and JS code. Scripts injected only on Accept; removed on Deny. Consent stored securely in LocalStorage. Backend settings for texts, styles, legal pages, and tab behavior. Fully compliant with GDPR, CNIL, and ePrivacy. Built with vanilla JavaScript – no jQuery dependency. Use the shortcode [smile_contact_form] to embed the form on any page or post. External services This plugin integrates Google reCAPTCHA v3 to protect the form from spam and abuse. What the service is and what it is used for: Google reCAPTCHA v3 analyzes user behavior to block automated spam submissions. What data is sent and when: Upon form submission, the following data is sent to Google: – reCAPTCHA token – User’s IP address – Your reCAPTCHA secret key Links to terms and privacy policy: – Google Terms of Service – Google Privacy PolicySMiLE Basic Web is actively maintained. If you find it helpful, consider supporting development through donations. Contributions and feedback are always welcome!
Top keywords
- form8×1.79%
- user7×1.57%
- google6×1.34%
- consent5×1.12%
- recaptcha5×1.12%
- customizable4×0.89%
- field4×0.89%
- google recaptcha4×0.89%
- tab4×0.89%
- basic3×0.67%
- basic web3×0.67%
- contact3×0.67%
Store file uploads for Contact Form 7
By default, Contact Form 7 dose not keep data it sends trough it’s contact forms. While plugins like Flamingo save that data, uploaded files are not added to Media Library. This plugin will save uploaded files to Media Library before email is sent by CF7. This plugin will raise an event with the the full file path & name. Subscribe to nmr_create_attachment_file_name filter to get and/or update data before attachment is added to media library. // The filter callback function. function example_callback( $file_name ) { // (maybe) modify $file_name. return $file_name; } add_filter( 'nmr_create_attachment_file_name', 'example_callback', 10, 1 ); Subscribe to nmr_before_insert_attachment filter to be able to change attachment attributes: caption and description are ‘post_excerpt’ and ‘post_content’. For other attributes, check documentation for wp_insert_attachment. // The filter callback function. function before_insert_attachment_callback( $attachment ) { // (maybe) modify $attachment array. return $attachment; } add_filter( 'nmr_before_insert_attachment', 'before_insert_attachment_callback', 10, 1 ); Optionally, subscribe to nmr_should_skip_save_attachment_to_media_library filter to be able to skip saving the attachment to media library: return true to skip, false is the default behaviour that saves the attachment to media library. Filter nmr_before_insert_attachment will not be called if skip was true. // The filter callback function. function skip_media_library_callback( $skip_save_to_media_library ) { // return true to skip saving to Media Library, false to save. return true; } add_filter( 'nmr_should_skip_save_attachment_to_media_library', 'skip_media_library_callback', 10, 1 ); This plugin will send the final attachment id if you are interested in getting other details, like attachment url. Listen to nmr_create_attachment_id_generated action. // The action callback function. function example_callback_id_generated( $attachment_id ) { // (maybe) do something with the args. $url = wp_get_attachment_url( $attachment_id ); } add_action( 'nmr_create_attachment_id_generated', 'example_callback_id_generated', 10, 1 ); Docs & Support Check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it. Store file uploads for Contact Form 7 Needs Your Support It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using -Store file uploads for Contact Form 7- and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support. Privacy Notices With the default configuration, this plugin, in itself, does not: track users by stealth; write any user personal data to the database; send any data to external servers; use cookies. It will, however store uploaded files trough Contact Form 7 in WordPress Media Library. Make sure your website users are aware of this fact!!! Pro Version Need more? The Pro version adds 13 features: Per-form control — choose which forms save files, set custom folder and rename pattern per form Auto-rename — rename files using patterns like {name}-{date}.{ext} from other CF7 fields Unique filenames — automatically avoid overwriting files with the same name Custom upload folder — save files to a specific subfolder per form File URL in email — replace [file] mail tag with a clickable link instead of an attachment Skip-mail compatibility — save files even when CF7’s skip_mail: on is set Upload log — admin screen listing every uploaded file with form, date, size, and download link Private files — store files outside the Media Library with access protection Admin notification — receive an email with file link on every upload Flamingo integration — link uploaded files to Flamingo inbound message entries Auto-delete — remove uploads older than a configurable number of days Image resize / compress — resize and compress images on upload Duplicate detection — skip saving if the same file was already uploaded (MD5 check) Get Pro →