开发者 |
givewp
webdevmattcrom |
---|---|
更新时间 | 2021年3月6日 10:48 |
捐献地址: | 去捐款 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 5.7 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
[give_receipt]
shortcode on them.[give_receipt]
shortcode in it.GiveWP is the fundraising plugin of choice for WordPress. It has the most downloads, active installs, and 5-star ratings of any other donation plugin on wordpress.org. Whether you are running a small personal fundraiser or a large nonprofit, GiveWP provides you with flexible forms, donor management, visually compelling and insightful reports, and more. You can install GiveWP on your WordPress website today for free. Then make sure to check out our pricing plans to see all the ways you can take your fundraising to the next level.
Currently the add-on only looks for Pages (not Posts or other post types) that already have the [give_receipt]
shortcode on them. But if many users need more flexibility, let us know kindly in the Support Forum.
The dropdown in the form settings is populated ONLY with Pages that already have the [give_receipt]
shortcode in them. So go add that to your page, and come back to the Form, refresh the page, and try again.
I chose "30" for performance reasons and because most folks don't need more than that. But if you do, then you can add this filter to your site to add as many as you need:
`add_filter('pfc4g_receipt_page_query_number', 'my_query_number');
function my_query_number() {
$query = 50;
return $query;
}Just update the
$query = 50;` to be whatever number you like.
Then, keep in mind that the page query results are stored in a "transient". If you need to see immediate results, then I recommend you install the "Transient Manager" addon. The navigate to "Tools > Transients", then in the search field, search for "pfconfs" and delete that transient. Then your results will show all 50 results in the dropdown.
If you need assitance adding custom PHP snippets to your website, check out our tutorial here.
The new form templates feature made this add-on obsolete, except for the Legacy form style. That's why you'll now see a notice on the Confirmation form settings if you have a non-Legacy form template activated. The only way to use this correctly with GiveWP 2.7 and higher is to have your form use the Legacy form style.
Per Form Confirmations is hosted publicly on Github. We welcome your feedback and suggestions there.
If you have purchased any of our Premium Add-ons, we can provide with your Priority Support here. If you are a free GiveWP user and have a general question about GiveWP, submit a ticket here. Otherwise, if your question is specific to "Per Form Confirmations for GiveWP," we're happy to answer your questions here.