Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joryhogeveen/comment-form-autofill
WordPress plugin: Autofill comment form fields by URL parameters.
https://github.com/joryhogeveen/comment-form-autofill
Last synced: 4 days ago
JSON representation
WordPress plugin: Autofill comment form fields by URL parameters.
- Host: GitHub
- URL: https://github.com/joryhogeveen/comment-form-autofill
- Owner: JoryHogeveen
- License: gpl-3.0
- Created: 2020-03-20T14:46:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T09:37:16.000Z (about 2 years ago)
- Last Synced: 2024-10-09T04:41:14.646Z (about 1 month ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# comment-form-autofill
WordPress plugin: Autofill comment form fields by URL parameters.## Example:
Add the following parameters in your URL:
* `author=John%20Doe` prefills the name field with "John Doe"
* `[email protected]` prefills the email field with "[email protected]"
* `rating=4` prefills the WooCommerce rating stars.
* `#reviews` Anchor link to the reviews elementYou can also set fields hidden or readonly when they are autofilled:
* `hidden=author,email` This will hide the author and email fields when a prefilled value is available.
* `readonly=author,email` This will set the author and email fields to read only when a prefilled value is available.*Full URL:*
https://your.domain/product-page/?author=John%20Doe&[email protected]&rating=4#reviews