VS Contact Form
About With this lightweight plugin you can create a contact form. Main features of the plugin: Free and lightweight Support for Block Editor and Classic Editor Display your form with block, shortcode or widget Fields for Name, Email, Subject and Message Privacy consent checkbox Customize your form via the settings page or with attributes List form submissions in your dashboard Built-in anti-spam features Documentation at WP plugin page Active support from developer at WP forum How to use After installation go to the editor and add the VS Contact Form block or the shortcode [contact] to a page. This will display your form. Or go to Appearance > Widgets and use the VS Contact Form widget. Customize your form via the settings page or with attributes. Settings page The settings page is located at Settings > VS Contact Form. Attributes Settings and labels can be overridden by adding attributes to the block, shortcode, or widget. This can be useful when having multiple contact forms on your website. Misc: Add custom CSS class to form: class="your-class-name" Change email address for sending: email_to="your-email-address" Send to multiple email addresses (max 5): email_to="first-email-address, second-email-address" Change “From” email header: from_header="your-email-address" Change subject in email: subject="your subject" Change subject in auto-reply email to sender: subject_auto_reply="your subject" Field labels: Name: label_name="your label" Email: label_email="your label" Subject: label_subject="your label" Message: label_message="your label" Privacy consent: label_privacy="your label" Submit: label_submit="your label" Field placeholders: Name: placeholder_name="your placeholder" Email: placeholder_email="your placeholder" Subject: placeholder_subject="your placeholder" Message: placeholder_message="your placeholder" Field error labels: Name: error_name="your label" Email: error_email="your label" Subject: error_subject="your label" Sum: error_sum="your label" Message: error_message="your label" Message – more than 1 link is not allowed: error_message_has_links="your label" Message – links are not allowed: error_message_has_links="your label" Message – email addresses are not allowed: error_message_has_email="your label" Banned words: error_banned_words="your label" Privacy consent: error_privacy="your label" Messages: Displayed when sending succeeds: thank_you_message="your message" Displayed in the auto-reply email to sender: auto_reply_message="your message" Example: [contact email_to="your-email-address" subject="your subject" label_submit="your label"] When using the block or the widget, don’t add the main shortcode tag or the brackets. Example: email_to="your-email-address" subject="your subject" label_submit="your label" Display form submissions in dashboard Via the settings page you can activate form submissions being stored and displayed in your dashboard. After activation go to menu item “Submissions”. Your form submissions will be listed here. SMTP SMTP (Simple Mail Transfer Protocol) is an internet standard for sending emails. By default, WordPress uses the PHP mail() function for sending emails. But when using SMTP there’s less chance your form submissions are being marked as spam. You must install an additional plugin for this, such as WP mail SMTP. Cache If you’re using a caching plugin and want to avoid conflicts with the contact form, exclude your contact page from caching. This can be done via the settings page of most caching plugins. Have a question? Please take a look at the FAQ section. Translation Translations are not included, but the plugin supports WordPress language packs. More translations are very welcome! The translation folder inside this plugin is redundant, but kept for reference. Credits Without help and support from the WordPress community I was not able to develop this plugin, so thank you!
Top keywords
- label26×4.36%
- email19×3.18%
- message17×2.85%
- subject17×2.85%
- form15×2.51%
- error11×1.84%
- contact9×1.51%
- page9×1.51%
- placeholder8×1.34%
- settings8×1.34%
- name7×1.17%
- label message6×1.01%
VS Link Manager
About With this lightweight plugin you can display a set of links from the Link Manager. The Link Manager is part of WordPress but disabled by default. This plugin will activate it again. Main features of the plugin: Free and lightweight Support for Block Editor and Classic Editor Display your link list with block, shortcode or widget Customize your link list with attributes Documentation at WP plugin page Active support from developer at WP forum With this plugin you can also create a blogroll or link portal in the same way as a link list. How to use After installation go to menu item “Links” and create some categories and links. Links must be assigned to a category. Go to the editor and add the VS Link Manager block or the shortcode [links] to a page. This will display your link list. Or go to Appearance > Widgets and use the VS Link Manager widget. Default settings categories: 4 columns when using block or shortode 1 column when using widget 2 columns in small screens Order by name Ascending order (A-Z) Empty categories are hidden Default settings links: Order by name Ascending order (A-Z) All links are displayed Customize your link list with attributes. Attributes You can customize your link list by adding attributes to the block, shortcode or widget. Add custom CSS class to link list: class="your-class-name" Change the number of columns: columns="3" Disable the columns: columns="0" Include certain categories: include="1,3,5" Exclude certain categories: exclude="8,10,12" Display empty categories too: hide_empty="0" Display category description: category_description="true" Change the number of links per category: links_per_category="5" Reverse the order of links: order="DESC" Display links by ID: orderby="ID" Display links in random order: orderby="rand" Hide link title: link_title="false" Hide link description: link_description="false" Change feed label: feed_label="your label" Change the “no categories are found” text: no_categories_text="your text" Example: [links include="1,3,5" category_description="true" links_per_category="5"] When using the block or the widget, don’t add the main shortcode tag or the brackets. Example: include="1,3,5" category_description="true" links_per_category="5" With the columns attribute you can set the number of columns between 1 and 4. In small screens max 2 colums. You can disable the columns in favour of your own styling. The columns attribute will be ignored when using the block or widget. Because you can set the columns via the block or widget settings. With the “hide link title” attribute you can hide the link title if the link has an image assigned to it. This way you can display the link image only, instead of both. Widget This plugin activates the Links widget again. Because this widget is part of WordPress, plugin has no control over it. You can use the VS Link Manager widget instead. Have a question? Please take a look at the FAQ section. Translation Translations are not included, but the plugin supports WordPress language packs. More translations are very welcome! The translation folder inside this plugin is redundant, but kept for reference. Credits Without help and support from the WordPress community I was not able to develop this plugin, so thank you!