开发者 |
fetchdesigns
dlsstudios |
---|---|
更新时间 | 2024年10月8日 10:38 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
[user_sign_ups]
shortcode.sign-up-sheets
directory and all its files to your /wp-content/plugins/
directoryYou can do this by creating any page or post and adding the shortcode [sign_up_sheet]
to the content. Then, go to the "Sign-up Sheets" section of your WP admin and create a new sheet.
Please read our GDPR and Sign-up Sheets article for how to configure your sign-ups to adhere to GDPR.
No, you will not lose any information and will retain all of your current sign-up sheets and sign-ups.
Yes, in Settings > Sign-up Sheets
you can specify any email you want. It defaults to the email address set in Settings > General
.
Any and all feedback is greatly appreciated! Post your idea on the Sign-up Sheets Suggestions Forum or send an email through the website
Custom Task Fields: (on the Sign-up Sheet) are fields that appear when you create or edit a sheet in the admin on each task that you create. They are for display purposes only on the front-end of the Sign-up Sheet. Custom Sign-up Fields: (on the Sign-up Form) are fields that users fill out on the front-end on the form they use to sign-up for an open spot
To filter by category, you can include the category id # in the shortcode to determine which category will display on that page. As an example, the following shortcode would show all sheets associated with category #5... [sign_up_sheet category_id="5"]
When you have the "reminder" setting turned on in Settings > Sign-up Sheets
, a WordPress event will be triggered to check for reminders needing to be sent out. This happens when someone visits your site, but no more than once per hour. You can set how many days prior to the event you would like reminders to go out.
The list title defaults to 'Current Sign-up Sheets'. To customize this, you can add the option list_title
to your shortcode (example: [sign_up_sheet list_title=""]
). If you are using the Pro version and filtering by a specific category, you can also have this default to the name of the category by adding the option list_title_is_category
(example: [sign_up_sheet category_id=4 list_title_is_category=true]
).
{site_name} {site_url} {from_email} {removal_link} {signup_details} {signup_firstname} {signup_lastname} {signup_email}
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
[sign_up_sheet]
shortcode sometimes messing up headers in certain themes