Common Questions Regarding Notifications

Common Questions Regarding Notifications

How many notifications can I have?Can I copy a notification to other forms?Can I have one notification for all forms?Why am I not receiving form notification e-mails?

How many notifications can I have?
We don』t have any built-in limitation on the number of notifications you can have. By default, there should be an automatic Admin notification on each form created, and many people will create a User notification to send the data to the people that submit the form as well.
Through the use of conditional logic, you can set-up different notifications to run depending on what a user selects on the form.
Can I copy a notification to other forms?
Not currently, no. You can create the same notification on multiple forms, but you have to do this manually.
Can I have one notification for all forms?
Our notification system works on a per form basis. Currently, you cannot control all of the form notifications from one created notification. You will have to edit the notification on each form.
Why am I not receiving form notification e-mails?
There are many potential reasons you might not receive form notification e-mails. The best way to troubleshoot this issue is to go through the following troubleshooting steps: Troubleshooting Notifications

Pipe Change Log

Pipe Change Log

1.3 | 2020-09-281.2 | 2020-04-271.1 | 2018-04-051.0 | 2017-08-08

1.3 | 2020-09-28

Added support for Gravity Forms 2.5.

1.2 | 2020-04-27

Added translations for Hebrew, Hindi, Japanese, and Turkish.
Updated Javascript files, stylesheets to use minified versions.
Updated link to Pipe account settings page.

1.1 | 2018-04-05

Add GPL to plugin header.
Add security enhancements.
Add support for audio only embeds.
Fix incorrect URL of recorded videos.
Fix JSON string displaying instead of video URL when using {all_fields}.
Updated Plugin URI and Author URI to use https.

1.0 | 2017-08-08

It's all new!

Paragraph Text Field CSS Selectors

Paragraph Text Field CSS Selectors

example: standard paragraph field (textarea) – applies to all forms
body .gform_wrapper .gform_body .gform_fields .gfield textarea {border: 1px solid red}

example: standard paragraph field (textarea) – applies just to form ID #1
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {border: 1px solid red}

example: standard paragraph field (textarea) – applies just to specific paragraph field (based on the unique parent element ID – replace 「XX_X」 with your actual element ID)
body .gform_wrapper .gform_body .gform_fields #field_XX_X.gfield textarea {border: 1px solid red}

PayPal Service Upgrade

PayPal Service Upgrade

PayPal StandardPayPal Payments Pro & PayPal Pro

This alert relates to a change made by Paypal in 2017
PayPal have announced that in an effort to strengthen security they are upgrading their SSL certificates to SHA-256. They are performing a staged rollout across all their web and API endpoints.
As this is a server/SSL certificate issue, the Gravity Forms PayPal Add-Ons do not require any changes; however, we will be releasing updates which will alert you if your server does not support the newer SHA-256 standard.
PayPal isn』t alone in making this change; many organizations are upgrading their SSL certificates to the newer SHA-256 standard. For this reason most hosts should have already begun upgrading their servers to support this new standard. You may want to contact your hosting provider to check if the server hosting your site supports SHA-256.
If your site has an SSL certificate you should also check if it needs upgrading to SHA-256. You can do this by using the SHAChecker tool.
See more from Paypal regarding security here.
PayPal Standard
The endpoint used by the PayPal IPN service is due to be upgraded anytime between September 9-30, 2015. You may have already received an email from PayPal with the subject 『IMMEDIATE ATTENTION REQUIRED』 notifying you about the certificate upgrade for www.paypal.com to SHA-256.
If the server hosting your site does not currently support SHA-256, your customers will still be able to make payments using the add-on; however, the PayPal IPN will not be able to update the entry payment status or transaction details on your site.
Note: When using the PayPal Standard Add-On you don』t need an SSL certificate.
PayPal Payments Pro & PayPal Pro
The SHA-256 upgrade for the endpoint used by the PayPal Payments Pro Add-On is currently planned for October 7, 2015.
The upgrade of the endpoint used by the PayPal Pro Add-On is currently planned for Q2, 2016.
To use either of these add-ons your site should have an SSL certificate.
If your certificate is not using the newer standard or the server hosting your site is not compatible with SHA-256 then once PayPal has made this change you may find that the credit card field will return a validation error when submitting the form.

Obtaining Prior Versions of Gravity Forms

Obtaining Prior Versions of Gravity Forms

Warning: We do not recommend downgrading Gravity Forms or a Gravity Forms Add-On to a prior version.

If you are experiencing an issue with a recent update, the recommended solution is to restore to your last good backup. This is the best guarantee to recover your previous state, instead of trying to rollback to a prior version of Gravity Forms which can create interworking issues with already upgraded database tables, third party add-ons etc.

Commonly, issues you may be experiencing after an update can be due to a conflict with a theme or plugin, or may already have been corrected with a hotfix release. For this reason, opening a ticket with the Support Team to check may be a better initial option than starting a downgrade process.

We always recommend running the most up-to-date version of Gravity Forms and it』s add-ons, to guard against security vulnerabilities, known bugs, and ensuring compatibility with WordPress core. Check out this article for more on the importance of staying up to date.

If you do need access to a prior version of Gravity Forms for testing or other purposes, please identify what you need and why in your Support request so we can review your issue. Note that providing access to previous versions is not guaranteed, and will be evaluated by the Support team on a case-by-case basis.

Polls Change Log

Polls Change Log

3.9 | 2021-09-083.8 | 2021-04-293.7 | 2020-10-153.6 | 2020-09-303.5 | 2020-05-133.4 | 2019-08-073.3 | 2019-06-133.2 | 2019-03-223.1 | 2016-08-313.0 | 2016-04-142.4 | 2015-10-082.3 | 2015-04-202.2 | 2014-10-162.1 | 2014-09-242.0 | 2014-02-281.5 | 2013-06-061.4 | 2013-04-301.3 | 2013-04-231.21.1 | 2012-10-03

3.9 | 2021-09-08

Fixed an issue where the polls blocks enqueue breaks the Gutenberg editor in WordPress 5.8.x and later.
Fixed an issue where the polls shortcode renders the form even when it is not active.
Fixed markup errors when poll choices are randomized in Gravity Forms 2.5.

3.8 | 2021-04-29

Added an icon for the form editor in Gravity Forms 2.5.
Fixed an issue where script tags are being output above the document head element.
Fixed an issue where the polls editor block generates error notices in the browser.
Fixed compatibility issues with PHP 8.

3.7 | 2020-10-15

Added security enhancements.

3.6 | 2020-09-30

Added support for Gravity Forms 2.5.
Fixed an issue where the label tag is corrupt when using Jetsloth image choices and enabling shuffle choices setting.

3.5 | 2020-05-13

Added translations for Hebrew, Hindi, Japanese, and Turkish.
Updated Javascript files, stylesheets to use minified versions.
Fixed PHP notices which occur on the entry detail page with PHP 7.4.
Fixed a PHP notice which can occur when a third-party add-on triggers the gform_entry_field_value filter without passing a field object.
Fixed a compatibility issue with the Poll block and WPGraphQL Gutenberg.

3.4 | 2019-08-07

Added security enhancements.

3.3 | 2019-06-13

Added Poll block.
Added the gform_polls_results_ajax_response filter, including form specific version, enabling the results Ajax response to be overridden.
Fixed PHP notice after Gravity Form 2.4.7 adding tab capabilities check.

3.2 | 2019-03-22

Fixed deprecation notices under Gravity Forms > 2.3.
Fixed strings for translations.
Fixed an issue with the locations the gform_merge_tags hook was being used to include the merge tags.

3.1 | 2016-08-31

Updated field general settings label classes for consistency with GF2.0+.
Fixed an issue with the "other" choice feature on the radio type field when saving the form.
Fixed a layout issue in the form editor when the 'Randomize order of choices' setting is enabled.

3.0 | 2016-04-14

Added support for Gravity Forms 2.0.0.
Added GF_Field_Poll.
Fixed an issue with the AWeber integration.

2.4 | 2015-10-08

Updated minimum Gravity Forms version to 1.9.
Fixed some PHP warnings which could appear when using the polls shortcode action with a form that doesn't have any poll fields.
Fixed an issue with the calculation of results which can lead to inconsistent results being displayed in certain situations on sites with high volume. Props: Antonis Zachopoulos.
Fixed a notice in WP4.3 with Widget constructor deprecation.
Fixed an issue with the placeholder for the select type poll field.
Fixed an issue which caused poll merge tags to be replaced during form render.

2.3 | 2015-04-20

Added Spanish (es_ES) translation.
Added support for rendering polls in admin pages. Requires Gravity Forms 1.9.
Added support for the shortcode builder.
Fixed issue where "Other" choice displayed twice in front-end poll results.
Fixed a low severity security vulnerability.
Fixed defaults for the shortcode builder.
Fixed issue where confirmation text wasn't getting displayed on AJAX forms.

2.2 | 2014-10-16

Added support for Gravity Forms 1.9 form editor drag and drop.
Added function gf_polls to easily get a Poll instance.
Added text domain/path to header.
Updated protected functions to be public.
Updated to have the file class-gf-polls.php and organized code into this file and polls.php.
Updated version to use a variable.
Fixed notices.

2.1 | 2014-09-24

Fixed the field title in the Form Editor.
Fixed a PHP warning when overriding a page redirect with the Poll results.
Fixed an issue with the resending of notifications from the entry detail page where the choice values were being displayed instead of the choice text.
Updated a few text strings so they may be translated.
Updated POT file.
Fixed translation text domain in several instances to be gravityformspolls.

2.0 | 2014-02-28

Added integration with the Campaign Monitor Add-On, MailChimp Add-On, AWeber Add-On, and Zapier Add-On.
Added Add-On Framework integration.
Added support for the poll entries tab in the Contacts Add-On.
Added the gform_polls_percentage_precision hook so the percentages on the front-end results can be rounded to a custom number of decimal digits.
Updated label of some form settings items.
Updated Drop Down Poll field to display the "Select one" option at the top of the list instead of the bottom.
Updated GFPolls::merge_tag_filter() to public static.
Fixed view results link for forms with no entries.
Fixed an issue where poll merge tags would appear in the list of merge tags available during pre-submission.
Fixed Strict notices under PHP 5.4.
Fixed permissions for settings pages.

1.5 | 2013-06-06

Requires Gravity Forms > 1.7.4.2
Added a "Select one" option to the dropdown poll field
Added the gform_polls_cron_schedule filter so the frequency of the cron job can be modified.
Notes: The wp_cron job will take over the calculation of the results if 5 seconds is not long enough at the time of form submission/update.
The default schedule is set to hourly to avoid heavy loads on the server but the frequency can be changed by using the gform_polls_cron_schedule filter.
The format follows the same format required by the WordPress cron_schedules filter
Important: the Polls Add-On must be deactivated and reactivated in order to reschedule the task.
Example usage:
add_filter( 'gform_polls_cron_schedule', 'cron_add_twice_hourly' );
function cron_add_twice_hourly() {
// Adds once weekly to the existing schedules.
$schedule['twicehourly'] = array(
'interval' => 1800, // number of seconds in the interval
'display' => __( 'Twice Hourly' )
);
return $schedule;
}
Changed the calculation of the cookie expiration to take into account the browser's timezone if possible.
Fixed an issue with results not being displayed when double quotes were inside field choices labels.
Fixed an issue with results not being displayed in no conflict mode.
Fixed an issue with poll submissions taking too long or timing out when there are already a large number of entries. When the results calculation takes more than 5 seconds then a cached version of the results will be displayed until the background process has finished calculating the new results.
Fixed issue with repeat voting when the poll shortcode cookie attribute is not used.
Removed some deprecated jQuery calls.

1.4 | 2013-04-30

Added gform_form_pre_results filter so the form object can be manipulated before the results are calculated for the admin results page.
Added gform_polls_form_pre_results so the form object can be manipulated before the results are calculated for the front and and entry detail page.
Fixed poll form settings appearing on the form settings tab.
Fixed poll results not appearing below the confirmation in ajax forms.

1.3 | 2013-04-23

Changed confirmation behavior to ignore a confirmation redirect when "display results" is selected.
Fixed a display issue with confirmation message for multipage and ajax enabled forms.
Fixed display issues in the confirmation when the confirmation is empty.
Fixed issue with boolean form settings in imported forms.
Added form settings tab ready for 1.7.
Added results page.
Updated load_plugin_textdomain() call to be outside the is_admin() block so that front end strings can be translated.
Changed the calculation of the ratio of each choice to use the number of entries for each field rather than the number of entries for the form. This fixes support for conditional logic.
Changed the poll results to display only the submitted poll fields. This fixes support for conditional logic.
Fixed poll results on entry detail.
Removed the "Display Confirmation" form setting. The confirmation will be displayed unless the widget or shortcode overrides.
Fixed css conflict with other add-ons on the preview page.
Added poll settings to the form settings. The widget and shortcode are now only needed for the Results display mode.
Removed poll settings from the widget by default and added gpoll_widget_override filter to display the option to override
Example usage:
add_filter('gpoll_widget_override' , 'gpoll_widget_override');
function gpoll_widget_override($form_ids){
array_push($form_ids, 7, 9);
return $form_ids;
}
Added support for legacy widgets by overriding form settings automatically and providing an option to use the form settings.
Added support for legacy shortcodes by overriding form settings.
Added checksum to shortcodes and widgets to make sure the settings aren't not interfered with.
Changed form selector in the widget to display only the forms with poll fields.
Fixed performance issue in the display_entries_field_value() function.

1.2

Fixed an issue with the display of special characters when random choice order is selected for a field. Fixed randomize choice order support for drop-down input types.
Fixed an issue with the tabindex in the widget.
Changed the way the repeating voting mechanism works to play better with caching plugins. Results are now displayed via ajax if the cookie option is set and the visitor has already voted.
Fixed an issue with multiple instances of the same form on the page.
Fixed an issue displaying checkbox values en entry detail and export.
Fixed an issue in the email notification where Disable Auto-formatting is not selected.

1.1 | 2012-10-03

Fixed an issue where results were being displayed when the cookie is set and display_results=false.
Fixed an issue during the export process.

Mollie Change Log

Mollie Change Log

1.2 | 2021-09-011.1 | 2020-09-161.0 | 2020-05-06

1.2 | 2021-09-01

Fixed an issue that slows down the page load speed when the Mollie add-on is active.
Fixed an issue where payment delayed feeds don't fire correctly if the window is closed before the thank you page renders.
Fixed an issue where a warning appears on the form editor when the add-on fails to communicate with the mollie API.
Fixed an issue when a PHP notice displays if an RTL language is used.

1.1 | 2020-09-16

Added support for Gravity Forms 2.5.
Added accessibility enhancements that announcing the credit card validation error in Mollie Components for screen readers.
Added accessibility enhancements that announcing the supported credit cards.
Fixed an issue that PHP notices were thrown if the Mollie feed didn't have billing fields mapped.

1.0 | 2020-05-06

It's all new!

Managing Forms with WP-CLI

Managing Forms with WP-CLI

Creating FormsExamplesParametersDeleting FormsExamplesParametersDuplicating FormsExamplesParametersEditing FormsExamplesParametersExporting FormsExamplesParametersListing FormsExamplesParametersGetting FormsExamplesParametersImporting FormsExamplesParametersUpdating FormsExamplesParameters

In this article, we will show you how to do things such as import, export, update, delete, and even create forms using the CLI Add-On for Gravity Forms.
Creating Forms
wp gf form create
Examples

Creates a new form with just a title and description.
wp gf form create 'My Form Title' 'Description Here'

Parameters

Argument
Description

<br /> The title of the new form. Overrides the title defined in the optional JSON.</p> <p>[<description>]<br /> The description of the new form. Overrides the description defined in the optional JSON.</p> <p>[--form-json=<value>]<br /> The JSON formatted form.</p> <p>[--porcelain]<br /> If used, outputs just the created form ID instead of the standard success message.</p> <p>Deleting Forms<br /> wp gf form delete<br /> Examples</p> <p>Move form 5 to the trash.<br /> wp gf form delete 5</p> <p>Permanently delete form 5.<br /> wp gf form delete 5 --force</p> <p>Parameters</p> <p>Argument<br /> Description</p> <form-id>...<br /> One or more IDs of forms to be deleted.</p> <p>[--force]<br /> Skips the trash and permanently deletes the form.</p> <p>Duplicating Forms<br /> wp gf form duplicate<br /> Examples</p> <p>Creates a duplicate copy of form 5.<br /> wp gf form duplicate 5</p> <p>Parameters</p> <p>Argument<br /> Description</p> <form-id> The ID of the form to be duplicated.</p> <p>[--porcelain]<br /> If used, outputs just the duplicate form ID instead of the standard success message.</p> <p>Editing Forms<br /> wp gf form edit<br /> Examples</p> <p>Launch the editor for form 5.<br /> wp gf form edit 5</p> <p>Parameters</p> <p>Argument<br /> Description</p> <form-id> The ID of the form to be edited.</p> <p>Exporting Forms<br /> wp gf form export<br /> Examples</p> <p>Exports all forms to the current working directory.<br /> wp gf form export</p> <p>Exports form 5 to a specific location.<br /> wp gf form export 5 --dir=/my/custom/path</p> <p>Exports form 5 using a custom filename.<br /> wp gf form export 5 --filename=testing.json</p> <p>Parameters</p> <p>Argument<br /> Description</p> <p>[<form-id>]<br /> The ID of the form to export. If not set, exports all forms.</p> <p>[--dir='value']<br /> The path to the location that the export should be stored.Default: current working directory.</p> <p>[--filename='value']<br /> The filename for the form to export. Defaults to the current date.</p> <p>[--porcelain]<br /> Overrides the standard success message with just the export file path.</p> <p>Listing Forms<br /> wp gf form list<br /> Examples</p> <p>Get a JSON formatted list of active forms sorted by id.<br /> wp gf form list --active --sort_column=id --format=json</p> <p>Parameters</p> <p>Argument<br /> Description</p> <p>[--active]<br /> List active forms.Default: true.</p> <p>[--trash]<br /> List forms in trash.Default: false.</p> <p>[--sort-column=<value>]<br /> The column to sort the list by.Accepted values: id, title, date_created, is_active, and is_trash.Default: id.</p> <p>[--sort-dir=<value>]<br /> The direction to use when sorting.Accepted values: ASC or DESC.Default: ASC.</p> <p>[--format=<value>]<br /> Defines the format in which the forms will be listed.Accepted values: table, csv, json, and count.Default: table.</p> <p>Getting Forms<br /> wp gf form get<br /> Examples</p> <p>Gets the JSON for form 5.<br /> wp gf form get 5</p> <p>Parameters</p> <p>Argument<br /> Description</p> <form-id> The ID of the form to get.</p> <p>Importing Forms<br /> wp gf form import<br /> Examples</p> <p>Imports one or more forms from the supplied .json file.<br /> wp gf form import /path/to/my/file.json</p> <p>Parameters</p> <p>Argument<br /> Description</p> <p><json-path><br /> The path to a file containing the JSON formatted form(s) to be imported.</p> <p>Updating Forms<br /> wp gf form update<br /> Examples</p> <p>Updates form 5 using the supplied JSON string.<br /> wp gf form update 5 --form-json='{snip}'</p> <p>Updates form 5 using the supplied .json file.<br /> wp gf form update 5 --file='/path/to/my/file.json'</p> <p>Parameters</p> <p>Argument<br /> Description</p> <form-id> The ID of the form to update.</p> <p>[--form-json=<value>]<br /> The JSON formatted form.</p> <p>[--file=<value>]<br /> The path to a file containing the JSON formatted form.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">釋出於 </span><a href="https://gravityforms.wpwenku.com/zh-tw/document/managing-forms-wp-cli" rel="bookmark"><time class="entry-date published" datetime="2021-12-28T04:33:51+08:00">2021 年 12 月 28 日</time><time class="updated" datetime="2021-12-28T13:04:40+08:00">2021 年 12 月 28 日</time></a></span><span class="comments-link"><a href="https://gravityforms.wpwenku.com/zh-tw/document/managing-forms-wp-cli#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-1218 --> <article id="post-1231" class="post-1231 post type-post status-publish format-standard hentry category-document"> <header class="entry-header"> <h2 class="entry-title"><a href="https://gravityforms.wpwenku.com/zh-tw/document/name" rel="bookmark">Name</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <span class="screen-reader-text">Name</span><p>SummaryCommon SettingsGeneral SettingsAppearance SettingsMerge TagsUsageModifiers</p> <p>Summary</p> <p>The Name field allows users to enter their name in the format you have specified via the General tab. This allows you to capture name information as individual fields. It is available under the Advanced Fields section within the form editor.</p> <p>Name field as displayed in the Field Library</p> <p>Name field as displayed in the Form Editor.</p> <p>Common Settings</p> <p>This field uses only common field settings for the Advanced settings. For a description of each of the common field settings, refer to this article. Below you will find description of specialty settings that are particular to this field.</p> <p>General Settings</p> <p>SettingDescriptionName FieldsSelect the fields that you would like to enable, as well as set any custom labels.</p> <p>Appearance Settings</p> <p>SettingDescriptionSub-Label PlacementSimilar to the description placement, this determines where the sub-labels will be located.</p> <p>Merge Tags</p> <p>For more information on the use of merge tags, refer to these articles.</p> <p>Usage</p> <p>Display the Prefix.</p> <p>{Field Name:2.2}</p> <p>Display the First Name.</p> <p>{Field Name:2.3}</p> <p>Display the Middle Name.</p> <p>{Field Name:2.4}</p> <p>Display the Last Name.</p> <p>{Field Name:2.6}</p> <p>Display the Suffix.</p> <p>{Field Name:2.8}</p> <p>Notes:</p> <p>The first of these merge tag parameters is optional and is simply the field name for easier identification.The second parameter defines the field or input ID within the form.</p> <p>Modifiers</p> <p>This field does not have any modifiers.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">釋出於 </span><a href="https://gravityforms.wpwenku.com/zh-tw/document/name" rel="bookmark"><time class="entry-date published" datetime="2021-12-28T04:33:51+08:00">2021 年 12 月 28 日</time><time class="updated" datetime="2021-12-28T13:04:38+08:00">2021 年 12 月 28 日</time></a></span><span class="comments-link"><a href="https://gravityforms.wpwenku.com/zh-tw/document/name#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-1231 --> <article id="post-1225" class="post-1225 post type-post status-publish format-standard hentry category-document"> <header class="entry-header"> <h2 class="entry-title"><a href="https://gravityforms.wpwenku.com/zh-tw/document/mollie-field" rel="bookmark">Mollie Field</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <span class="screen-reader-text">Mollie Field</span><p>Pre-RequisitesIntroductionNotesAutomatic Feed creationGravity Forms Credit Card FieldCommon SettingsGeneral SettingsDefault Payment MethodsSub-LabelsSupported Credit CardsAppearance SettingsAdvanced SettingsForce SSL</p> <p>Pre-Requisites</p> <p>This field is only available as a Pricing Field in the Form Editor if you have installed the official Gravity Forms Mollie Add-On.</p> <p>Introduction</p> <p>The Mollie field provides Credit Card and Cardholder input fields tied to the Mollie payment service integration. </p> <p>This field will add the Card Number, Expiration Date, Security Code and Cardholder Name inputs. Further configuration of this form is handled in General Settings and Appearance as noted below. This Credit Card field will only be available if the Payment Methods allow Credit Card as a choice.</p> <p>Notes</p> <p>Automatic Feed creation</p> <p>A pre-configured Mollie feed will be created in the Form Settings > Mollie area when a form containing a Mollie Field is saved, and a feed does not already exist.</p> <p>Gravity Forms Credit Card Field</p> <p> If you have another payment gateway add-on installed and active, the Gravity Forms Credit Card Field is still made available, but is not for use with the Mollie Add-On. This can support conditional logic scenarios where you allowing users to choose from a list of payment processors, such as Authorize.Net, where the standard Credit Card field is needed </p> <p>Common Settings</p> <p>For a description of each of the common field settings, refer to this article. Below you will find descriptions of specialty settings that are particular to this field.</p> <p>General Settings</p> <p>The General settings for the Mollie Field allow you to configure the Field Label, Description, Default Payment Method, Sub Labels, Supported Credit Cards, and whether or not the field is Required.</p> <p>Default Payment Methods</p> <p>The Default Payment Methods setting allows you to set the default option in the payment method drop down when the field is displayed. The supported payment methods are in sync with your Mollie account and match the Gravity Forms Currency Setting. As an example, for US Dollars ($USD), the following payment methods are accepted:</p> <p>Credit CardPayPal</p> <p>Your Gravity Forms Currency Settings must match the Currency Settings in your Mollie account or you will get an error message upon adding the Mollie field that your Mollie account doesn』t have any payment methods that match the currency settings on your form.</p> <p>Sub-Labels</p> <p>The Sub-Labels settings are displayed when the Credit Card payment method is selected; they allow you to define custom sub-labels for the credit card inputs.</p> <p>Supported Credit Cards</p> <p>The Supported Credit Cards settings are displayed when the Credit Card payment method is selected; this provides a visual indicator to your credit card fields when users are filling in their payment details. You can select from:</p> <p>American ExpressMasterCardVisaMaestro</p> <p>Appearance Settings</p> <p>The Appearance settings for the Mollie Field allow you to configure the Field Label Visibility, Description Placement, Sub-Label Placement, Custom Validation Message, and the Custom CSS Class.</p> <p>Advanced Settings</p> <p>The Advanced settings for the PayPal Field allow you to configure the Admin Field Label, Force SSL, and Conditional Logic.</p> <p>Force SSL</p> <p>When enabled and the form is displayed on an insecure (non-https) page the field will attempt to redirect the user to the https version of the page. Your site will need an SSL certificate for this to function correctly. Contact your web host if you need assistance purchasing and configuring an SSL certificate.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">釋出於 </span><a href="https://gravityforms.wpwenku.com/zh-tw/document/mollie-field" rel="bookmark"><time class="entry-date published" datetime="2021-12-28T04:33:51+08:00">2021 年 12 月 28 日</time><time class="updated" datetime="2021-12-28T13:04:38+08:00">2021 年 12 月 28 日</time></a></span><span class="comments-link"><a href="https://gravityforms.wpwenku.com/zh-tw/document/mollie-field#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-1225 --> <nav class="navigation pagination" aria-label="文章分頁"> <h2 class="screen-reader-text">文章分頁</h2> <div class="nav-links"><a class="prev page-numbers" href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/30">上一頁</a> <a class="page-numbers" href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/"><span class="meta-nav screen-reader-text">頁 </span>1</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/30"><span class="meta-nav screen-reader-text">頁 </span>30</a> <span aria-current="page" class="page-numbers current"><span class="meta-nav screen-reader-text">頁 </span>31</span> <a class="page-numbers" href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/32"><span class="meta-nav screen-reader-text">頁 </span>32</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/154"><span class="meta-nav screen-reader-text">頁 </span>154</a> <a class="next page-numbers" href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/32">下一頁</a></div> </nav> </main><!-- .site-main --> </section><!-- .content-area --> </div><!-- .site-content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <p class="copyright">Copyright © 2025 <a href="https://gravityforms.wpwenku.com/zh-tw/">Gravity Forms 文件</a>, All Rights Reserved. 自豪地採用文派。</p> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site --> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/sites\/10\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/wpwenku-wei\/*","\/wp-content\/themes\/twentyfifteen\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!--<p style="font-size:20px;color:red;">WP Chinese Switcher Plugin Debug Output: <br />預設 URL: <a href="https://gravityforms.wpwenku.com/author/feibisi/page/31">https://gravityforms.wpwenku.com/author/feibisi/page/31</a><br />當前語言 (空則是不轉換): zh-tw<br />Query String: <br />Request URI: /zh-tw/author/feibisi/page/31<br />zh-tw URL: <a href="https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/31">https://gravityforms.wpwenku.com/zh-tw/author/feibisi/page/31</a><br />zh-hk URL: <a href="https://gravityforms.wpwenku.com/zh-hk/author/feibisi/page/31">https://gravityforms.wpwenku.com/zh-hk/author/feibisi/page/31</a><br />Category feed link: <br />Search feed link: https://gravityforms.wpwenku.com/zh-tw/search/test/feed/rss2/Rewrite Rules: <br />array (<br /> '(zh-tw|zh-hk|zh|zh-reset)/^wp-json/?$' => 'index.php?rest_route=/&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/^index.php/wp-json/?$' => 'index.php?rest_route=/&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/category/(.+?)/embed/?$' => 'index.php?category_name=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/category/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/category/(.+?)/?$' => 'index.php?category_name=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?tag=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?tag=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/tag/([^/]+)/embed/?$' => 'index.php?tag=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/tag/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?tag=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/tag/([^/]+)/?$' => 'index.php?tag=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_format=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_format=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/type/([^/]+)/embed/?$' => 'index.php?post_format=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/type/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?post_format=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/type/([^/]+)/?$' => 'index.php?post_format=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/embed/?$' => 'index.php?&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/page/?([0-9]{1,})/?$' => 'index.php?&paged=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/comments/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[2]&withcomments=1&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/comments/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[2]&withcomments=1&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/comments/embed/?$' => 'index.php?&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?s=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/search/(.+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?s=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/search/(.+)/embed/?$' => 'index.php?s=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/search/(.+)/page/?([0-9]{1,})/?$' => 'index.php?s=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/search/(.+)/?$' => 'index.php?s=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?author_name=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?author_name=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/author/([^/]+)/embed/?$' => 'index.php?author_name=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/author/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?author_name=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/author/([^/]+)/?$' => 'index.php?author_name=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/embed/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/([0-9]{1,2})/?$' => 'index.php?year=$matches[2]&monthnum=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/embed/?$' => 'index.php?year=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/page/?([0-9]{1,})/?$' => 'index.php?year=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/([0-9]{4})/?$' => 'index.php?year=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.?.+?/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[2]&cpage=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.?.+?/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.?.+?)/embed/?$' => 'index.php?pagename=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pagename=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pagename=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.?.+?)/page/?([0-9]{1,})/?$' => 'index.php?pagename=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.?.+?)/comment-page-([0-9]{1,})/?$' => 'index.php?pagename=$matches[2]&cpage=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.?.+?)(?:/([0-9]+))?/?$' => 'index.php?pagename=$matches[2]&page=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[2]&cpage=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/([^/]+)/embed/?$' => 'index.php?category_name=$matches[2]&name=$matches[3]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[2]&name=$matches[3]&feed=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[2]&name=$matches[3]&feed=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[2]&name=$matches[3]&paged=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?category_name=$matches[2]&name=$matches[3]&cpage=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?category_name=$matches[2]&name=$matches[3]&page=$matches[4]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[2]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[2]&cpage=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/.+?/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[2]&feed=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/embed/?$' => 'index.php?category_name=$matches[2]&embed=true&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[2]&paged=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/comment-page-([0-9]{1,})/?$' => 'index.php?category_name=$matches[2]&cpage=$matches[3]&variant=$matches[1]',<br /> '(zh-tw|zh-hk|zh|zh-reset)/(.+?)/?$' => 'index.php?category_name=$matches[2]&variant=$matches[1]',<br /> '^(zh-tw|zh-hk|zh|zh-reset)/?$' => 'index.php?variant=$matches[1]',<br /> 'sitemap_index\\.xml$' => 'index.php?sitemap=1',<br /> '([^/]+?)-sitemap([0-9]+)?\\.xml$' => 'index.php?sitemap=$matches[1]&sitemap_n=$matches[2]',<br /> '([a-z]+)?-?sitemap\\.xsl$' => 'index.php?yoast-sitemap-xsl=$matches[1]',<br /> '^wp-json/?$' => 'index.php?rest_route=/',<br /> '^wp-json/(.*)?' => 'index.php?rest_route=/$matches[1]',<br /> '^index.php/wp-json/?$' => 'index.php?rest_route=/',<br /> '^index.php/wp-json/(.*)?' => 'index.php?rest_route=/$matches[1]',<br /> '^wp-sitemap\\.xml$' => 'index.php?sitemap=index',<br /> '^wp-sitemap\\.xsl$' => 'index.php?sitemap-stylesheet=sitemap',<br /> '^wp-sitemap-index\\.xsl$' => 'index.php?sitemap-stylesheet=index',<br /> '^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$' => 'index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]',<br /> '^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$' => 'index.php?sitemap=$matches[1]&paged=$matches[2]',<br /> '^(zh-tw|zh-cn|zh-hk|zh-sg|zh-hans|zh-hant)/sitemap\\.xml$' => 'index.php?lang=$matches[1]',<br /> 'category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[1]&feed=$matches[2]',<br /> 'category/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[1]&feed=$matches[2]',<br /> 'category/(.+?)/embed/?$' => 'index.php?category_name=$matches[1]&embed=true',<br /> 'category/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&paged=$matches[2]',<br /> 'category/(.+?)/?$' => 'index.php?category_name=$matches[1]',<br /> 'tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?tag=$matches[1]&feed=$matches[2]',<br /> 'tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?tag=$matches[1]&feed=$matches[2]',<br /> 'tag/([^/]+)/embed/?$' => 'index.php?tag=$matches[1]&embed=true',<br /> 'tag/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?tag=$matches[1]&paged=$matches[2]',<br /> 'tag/([^/]+)/?$' => 'index.php?tag=$matches[1]',<br /> 'type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_format=$matches[1]&feed=$matches[2]',<br /> 'type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_format=$matches[1]&feed=$matches[2]',<br /> 'type/([^/]+)/embed/?$' => 'index.php?post_format=$matches[1]&embed=true',<br /> 'type/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?post_format=$matches[1]&paged=$matches[2]',<br /> 'type/([^/]+)/?$' => 'index.php?post_format=$matches[1]',<br /> 'robots\\.txt$' => 'index.php?robots=1',<br /> 'favicon\\.ico$' => 'index.php?favicon=1',<br /> 'sitemap\\.xml' => 'index.php??sitemap=index',<br /> '.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$' => 'index.php?feed=old',<br /> '.*wp-app\\.php(/.*)?$' => 'index.php?error=403',<br /> '.*wp-register.php$' => 'index.php?register=true',<br /> 'feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[1]',<br /> '(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[1]',<br /> 'embed/?$' => 'index.php?&embed=true',<br /> 'page/?([0-9]{1,})/?$' => 'index.php?&paged=$matches[1]',<br /> 'comments/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[1]&withcomments=1',<br /> 'comments/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?&feed=$matches[1]&withcomments=1',<br /> 'comments/embed/?$' => 'index.php?&embed=true',<br /> 'search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?s=$matches[1]&feed=$matches[2]',<br /> 'search/(.+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?s=$matches[1]&feed=$matches[2]',<br /> 'search/(.+)/embed/?$' => 'index.php?s=$matches[1]&embed=true',<br /> 'search/(.+)/page/?([0-9]{1,})/?$' => 'index.php?s=$matches[1]&paged=$matches[2]',<br /> 'search/(.+)/?$' => 'index.php?s=$matches[1]',<br /> 'author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?author_name=$matches[1]&feed=$matches[2]',<br /> 'author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?author_name=$matches[1]&feed=$matches[2]',<br /> 'author/([^/]+)/embed/?$' => 'index.php?author_name=$matches[1]&embed=true',<br /> 'author/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?author_name=$matches[1]&paged=$matches[2]',<br /> 'author/([^/]+)/?$' => 'index.php?author_name=$matches[1]',<br /> '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]',<br /> '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]',<br /> '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true',<br /> '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]',<br /> '([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]',<br /> '([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]',<br /> '([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]',<br /> '([0-9]{4})/([0-9]{1,2})/embed/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&embed=true',<br /> '([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]',<br /> '([0-9]{4})/([0-9]{1,2})/?$' => 'index.php?year=$matches[1]&monthnum=$matches[2]',<br /> '([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[1]&feed=$matches[2]',<br /> '([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?year=$matches[1]&feed=$matches[2]',<br /> '([0-9]{4})/embed/?$' => 'index.php?year=$matches[1]&embed=true',<br /> '([0-9]{4})/page/?([0-9]{1,})/?$' => 'index.php?year=$matches[1]&paged=$matches[2]',<br /> '([0-9]{4})/?$' => 'index.php?year=$matches[1]',<br /> '.?.+?/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',<br /> '.?.+?/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',<br /> '.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',<br /> '.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',<br /> '.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',<br /> '.?.+?/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',<br /> '(.?.+?)/embed/?$' => 'index.php?pagename=$matches[1]&embed=true',<br /> '(.?.+?)/trackback/?$' => 'index.php?pagename=$matches[1]&tb=1',<br /> '(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pagename=$matches[1]&feed=$matches[2]',<br /> '(.?.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pagename=$matches[1]&feed=$matches[2]',<br /> '(.?.+?)/page/?([0-9]{1,})/?$' => 'index.php?pagename=$matches[1]&paged=$matches[2]',<br /> '(.?.+?)/comment-page-([0-9]{1,})/?$' => 'index.php?pagename=$matches[1]&cpage=$matches[2]',<br /> '(.?.+?)(?:/([0-9]+))?/?$' => 'index.php?pagename=$matches[1]&page=$matches[2]',<br /> '.+?/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',<br /> '.+?/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',<br /> '.+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',<br /> '.+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',<br /> '.+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',<br /> '.+?/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',<br /> '(.+?)/([^/]+)/embed/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&embed=true',<br /> '(.+?)/([^/]+)/trackback/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&tb=1',<br /> '(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]',<br /> '(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]',<br /> '(.+?)/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]',<br /> '(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]',<br /> '(.+?)/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]',<br /> '.+?/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',<br /> '.+?/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',<br /> '.+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',<br /> '.+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',<br /> '.+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',<br /> '.+?/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',<br /> '(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[1]&feed=$matches[2]',<br /> '(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?category_name=$matches[1]&feed=$matches[2]',<br /> '(.+?)/embed/?$' => 'index.php?category_name=$matches[1]&embed=true',<br /> '(.+?)/page/?([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&paged=$matches[2]',<br /> '(.+?)/comment-page-([0-9]{1,})/?$' => 'index.php?category_name=$matches[1]&cpage=$matches[2]',<br /> '(.+?)/?$' => 'index.php?category_name=$matches[1]',<br /> )<br />Debug Data: <br />array (<br /> )</p>--><script src="https://gravityforms.wpwenku.com/wp-content/plugins/wpchinese-switcher/assets/js/search-variant.min.js?ver=1.1" id="wpcs-search-js-js"></script> </body> </html> <!-- WP Chinese Switcher Full Page Converted. Target Lang: zh-tw --> <!-- Dynamic page generated in 0.789 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2025-07-08 00:34:47 --> <!-- super cache -->