Changeset 3002069
- Timestamp:
- 11/27/2023 09:29:24 AM (2 years ago)
- File:
-
- 1 edited
-
formtoemail-shortcodes/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
formtoemail-shortcodes/trunk/readme.txt
r3002050 r3002069 4 4 Requires at least: 2.6 5 5 Tested up to: 6.4.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 10 10 Add FormToEmail forms to any page or post using a shortcode. 11 11 12 == Description == 12 ## Description 13 13 14 14 Manage your FormToEmail forms and easily insert them into any page or post using a shortcode: … … 16 16 `[formtoemail id="fte_my_form_name"]` 17 17 18 Each form consist of a unique name and HTML code. You can copy and paste HTML code provided in your FormToEmail user panel or you can input your own HTML code.18 Each form consists of a unique name and HTML code. You can copy and paste HTML code provided in your FormToEmail user panel or you can input your own HTML code. 19 19 20 20 This plugin will NOT taint your content or the output of other shortcodes. If you delete a form, any existing shortcodes with that form's ID will output an empty string. 21 21 22 This plugin was built using code from [Raw HTML Snippets](https://wordpress.org/plugins/raw-html-snippets/) 22 This plugin was built using code from [Raw HTML Snippets](https://wordpress.org/plugins/raw-html-snippets/). 23 23 24 == Installation == 24 ## Installation 25 25 26 26 1. Download and unzip to the 'wp-content/plugins/' directory. 27 27 2. Activate the plugin. 28 3. Use the FormToEmail link on the left of the admin panel to add, edit and remove your forms.28 3. Use the FormToEmail link on the left of the admin panel to add, edit, and remove your forms. 29 29 4. Configure and copy forms and code from your [FormToEmail User Panel](http://formtoemail.com/). 30 30 5. Insert forms into any page or post using a shortcode. 31 31 32 == Frequently Asked Questions == 32 ## Frequently Asked Questions 33 33 34 34 None. 35 35 36 == Screenshots == 36 ## Screenshots 37 37 38 38 1. Form library … … 40 40 3. Sample form on a page 41 41 42 == Changelog == 42 ## Changelog 43 44 = 1.1 = 45 * **Security Update:** Addressed a potential security vulnerability related to input handling for enhanced protection. 46 43 47 44 48 = 1.0 = 45 49 * Initial Release 50
Note: See TracChangeset
for help on using the changeset viewer.