This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

MW WP Form

Description

This plugin currently has only the minimum required maintenance releases.
Main maintainer has been handed over from @inc2734 to @websoudan.

MW WP Form can create mail form with a confirmation screen using shortcode.

  • Form created using shortcodes
  • Using confirmation page is possible.
  • The page changes by the same URL or individual URL are possible.
  • Many validation rules
  • Saving inquiry data is possible.
  • Displaying Chart using saved inquiry data is possible.

Official

https://mw-wp-form.web-soudan.co.jp

GitHub

https://github.com/web-soudan/mw-wp-form

The following third-party resources

Google Charts
Source: https://developers.google.com/chart/

Contributors

Screenshots

  • Form creation page.
  • Form item create box. You can easily insert the form.
  • Supports saving inquiry data to database.
  • List page of inquiry data that has been saved.
  • Supports chart display of saved inquiry data.

Installation

  1. Upload MW WP Form to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can create a form by settings page.

FAQ

Do you have questions or issues with MW WP Form? Use these support channels appropriately.

  1. Official
  2. Support Forum

Reviews

January 8, 2021
プラグイン画面もエラーメッセージも英語になってしまい、新バージョンだと、もともとからあった日本語ファイルが消えてたそうですが、なぜ消えたのかわかりません。。 以下2つのファイル復活させる方法ないでしょうか? /wp-content/language/plugins/mw-wp-form-ja.mo /wp-content/language/plugins/mw-wp-form-ja.po
September 18, 2018
配列の初期化に[]を利用しているので、 PHHP5.3で利用できなくなったようです。 PHPのバージョンチェックしてほしい。
September 11, 2018
先に投稿されている方もいらっしゃいますが、私も4.0.3にアップデートしたらページから管理画面から全てエラーになりました。 サーバーからプラグインを削除し、古いバージョンを入れなおすと改善できます。
September 11, 2018 1 reply
私の環境では4.0.3アップデート後にエラーが出ました。 ログを確認したところclass.main.phpの中の [ が原因のようでした。 4.0.2に戻しましたが、ほかの方はどうでしょう?
September 1, 2018
Very useful form. We installed this plugin over hundred for client sites.
Read all 22 reviews

Contributors & Developers

“MW WP Form” has been translated into 4 locales. Thank you to the translators for their contributions.

Translate “MW WP Form” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

5.1.0

  • Security Use wp_kses_post to form content/complete message

5.0.6

  • Fixed Fixed an error during uninstallation. ( later 5.0.0 )
  • Temporarily Removed PHP requirements

5.0.5

  • Changed requirements to PHP 8.0, WordPress 6.0

5.0.4

  • Fixed Delete only attachments.

5.0.3

  • Remove plugin asset files.

5.0.2

  • Fixed file upload security.
  • Fixed Unification of cookie key names.

5.0.1

  • Main maintainer has been handed over from @inc2734 to @websoudan.

5.0.0

  • Requires PHP 7.4.
  • Fixed a form access control vulnerability.
  • Enhanced file upload security.
  • Changed uploaded file name from “random number” to “{name attribute value}-{original file name}”.
  • Update CSRF check.
  • Remove method: MW_WP_Form::get_temp_dir()
  • Remove method: MW_WP_Form::create_temp_dir()
  • Remove method: MW_WP_Form::do_empty_temp_dir()
  • Remove method: MW_WP_Form::remove_temp_dir()
  • Remove method: MWF_Functions::generate_uploaded_fileurl_from_filename()
  • Remove method: MWF_Functions::generate_uploaded_filepath_from_filename()

4.4.5

  • Fixed a bug in WordPress 6.2 that the file name of a file sent from file fields or image fields and attached to it becomes “name”.

4.4.4

  • Fixed a bug that prevented some file and image fields from being uploaded.

4.4.3

  • Fixed a directory traversal vulnerability. We strongly encourage you to update to it immediately.

4.4.2

  • Fix infinite redirections.

4.4.1

  • Fixed a bug that caused forms to be cached when Batcache was enabled.
  • Fix infinite redirections with asterisks.
  • Add audio/x-wav etc. as mimetype for wav.

4.4.0

  • Add filter hook mwform_form_start_attr_action.
  • Add maxlength attribute to textarea field arguments.

4.3.2

  • Fix fatal error on saved contact data page.

4.3.1

  • Some fix for mwform_settings_extend_fields.
  • Some fix for mwform_settings_extend_fields_mw-wp-form-xxx.

4.3.0

  • Add filter hook mwform_template_render.
  • Add filter hook mwform_template_render_mw-wp-form-xxx.
  • Add filter hook mwform_settings_extend_fields.
  • Add filter hook mwform_settings_extend_fields_mw-wp-form-xxx.
  • Fix monthpicker bug.
  • Add wp-env.

4.2.0

  • Fixed a bug that memo is not saved.
  • The select element can be used in tag generator dialog box.
  • You can set original tag group in tag generator.
  • Add filter hook mwform_tag_generator_labels.

4.1.2

  • Fixed a bug that tracking number was displayed +1 on the complete screen.

4.1.1

  • Add admin_email_to column to CSV.

4.1.0

  • Add filter hook mwform_csv_columns-mwf_xxx
  • Fixed the bug that “MW WP Form dosen’t support” mwform_after_exec_shortcode “already.” is output to the error log even though it is not hooked.
  • Changed to save destination admin email address in inquiry data.
  • Fixed a bug that notice occurs when changing the response status of inquiry data.

4.0.6

  • Fixed a bug that line feed was not applied to the form that using the block editor.

4.0.5

  • Add filter hook mwform_send_nocache_header.
  • Fix MWF_Functions::_return_deprecated_message() error.
  • Fix bug that mwform_value_mw-wp-form-xxx filter not applyed to radio and checkbox.
  • Fix bug that nocache_header not applyed.
  • Add the echo attribute to mwform_custom_mail_tag.

4.0.4

  • PHP 5.3, 5.2.4 support

4.0.3

  • Fix saved contact data list bug.
  • Fix nocache headers bug.

4.0.2

  • Fixed a bug caused by erroneous use of set_error_handler()

4.0.1

  • Fix bug that form layout broken when Gutenberg installed.

4.0.0

  • Refactoring
  • Update redirect process.
  • Changed that admin and reply Mail settings are required.
  • Changed to be able to set the form besides $post and main template.
  • Each input fields can overwrite from themes.
  • Deprecated action hook mwform_exec_shortcode. Please use this instead mwform_start_main_process
  • The hook to mwform_validation_rules is no longer needed to add your own validation rule.
  • Deprecated MW_WP_Form_Contact_Data_Setting::get_posts(). Please use this instead MW_WP_Form_Contact_Data_Setting::get_form_post_types()
  • Added method MW_WP_Form_Data::get_saved_mail_id();
  • Added method MW_WP_Form_Data::set_saved_mail_id();
  • Deprecated MW_WP_Form_Data::getInstance(). Please use this instead MW_WP_Form_Data::connect()
  • Deprecated MW_WP_Form_Form::remove_linefeed_space(). Please use this instead MW_WP_Form_Form::remove_newline_space()
  • Deprecated MW_WP_Form_Validation::check(). Please use this instead MW_WP_Form_Validation::is_valid()
  • Deprecated MW_WP_Form_Validation::single_check(). Please use this instead MW_WP_Form_Validation::is_valid_field()

3.2.3

  • Added : Added filter hook mwform_response_statuses_mwf_xxx

3.2.2

  • Bugfix : Support validation check of custom mail tag fields.

3.2.1

  • Bugfix : Fixed a bug that displayed send error page when admin mail address is false.

3.2.0

  • Added : Added process of mail sending error. When failed mail sending, displayed mail sending error page.
  • Added : Added filter hook mwform_is_mail_sended
  • Added : Added filter hook mwform_send_error_content_raw_mw-wp-form-xxx
  • Added : Added filter hook mwform_send_error_content_mw-wp-form-xxx

3.1.0

  • Added : Added the month picker field.

3.0.1

  • Bugfix : Fixed a bug of action hook mwform_contact_data_save-mwf_xxx

3.0.0

  • Added : Added method MWF_Functions::get_form_id_from_form_key( $form_key );
  • Added : Added action hook mwform_after_exec_shortcode
  • Added : Added action hook mwform_before_load_content_mw-wp-form-xxx
  • Added : Added action hook mwform_after_load_content_mw-wp-form-xxx
  • Added : Added action hook mwform_before_redirect_mw-wp-form-xxx
  • Added : Added filter hook mwform_redirect_url_mw-wp-form-xxx
  • Added : Added filter hook mwform_complete_content_raw_mw-wp-form-xxx
  • Added : Added action hook mwform_settings_meta_box
  • Added : Added action hook mwform_settings_save_mw-wp-form-xxx
  • Added : Added action hook mwform_contact_data_save-mwf_xxx

2.14.2

  • Bugfix : Fixed type on japanese.

2.14.1

  • Bugfix : Fixed a bug that automatic linefeed affects markup of radio and checkbox.

2.14.0

  • Changed : Update debug log format.
  • Changed : Update checkbox and radio field markup.

2.13.1

  • Bugfix : Fix undefined constant error FILEINFO_MIME_TYPE

2.13.0

  • Added : Added the button elements.
  • Added : Added filter hook mwform_custom_mail_tag
  • Added : Added Method MW_WP_Form_Data::get_view_flg()

2.12.0

  • Added : Added filter hook mwform_complete_content_mw-wp-form-xxx
  • Changed : Changed to pass MW_WP_Form_Data object as the 2nd argument of mwform_post_content_mw-wp-form-xxx hook.

2.11.0

  • Bugfix : Fixed a bug that to remove the uploaded file when filesize validation error.
  • Bugfix : Fixed a bug that removing temp files only when uploading is success.
  • Bugfix : Fixed a bug that xss vulnerability exists in the echo option is enabled in the hidden field.

2.10.0

  • Added : Added filter hook mwform_translate_datepicker_mw-wp-form-xxx

2.9.0

  • Added : Added the Return-Path setting.

2.8.3

  • Added : Added the upload failure of the error message in filesize validation.

2.8.2

  • Bugfix : Fixed a json parser bug.

2.8.1

  • Added : Added MinImageSize validation.
  • Added : Added MaxImageSize validation.
  • Bugfix : Fixed a set_upload_file_keys bug and rename to regenerate_upload_file_keys.

2.8.0

  • Added : Support slug attribute. e.g. [mwform_formkey slug=”form_slug”]
  • Added : Added filter hook mwform_inquiry_data_columns-mwf_xxx
  • Added : Added filter hook mwform_upload_file_keys_mw-wp-form-xxx
  • Added : Added args of filter hook mwform_upload_dir_mw-wp-form-xxx and mwform_upload_filename_mw-wp-form-xxx
  • Added : Added the Custom Mail Tag field. This field display value of mwform_custom_mail_tag_mw-wp-form-xxx.
  • Bugfix : docx, xlsx, pptx upload bug fixed.
  • Bugfix : Fixed a bug that the extension isn’t added when using filter hook mwform_upload_filename_mw-wp-form-xxx.
  • Changed : Sending the file url when saving in database and input {file key} and {image key} in the mail.
  • Changed : Check of the js attribute of datepicker is now strictly. Property MUST be enclosed in double quotes.
  • Changed : Changed the form token name.

2.7.0

  • Added : Added Method MW_WP_Form_Mail_Parser::get_saved_mail_id()
  • Added : Added Method MW_WP_Form_Mail::get_saved_mail_id()
  • Added : Added filter hook mwform_upload_dir_mw-wp-form-xxx
  • Added : Added filter hook mwform_upload_filename_mw-wp-form-xxx
  • Added : Added filter hook mwform_no_save_keys_mw-wp-form-xxx
  • Changed : Changed to save the default values of contact data meta data at the time of email saved.
  • Bugfix : Fixed a bug that e-mail is not sent when the “from” is in violation of the RFC.

2.6.4

  • Added : Add filter hook mwform_content_wpautop_mw-wp-form-xxx
  • Added : Add argument at mwform_after_send_mw-wp-form-xxx
  • Added : Add method MW_WP_Form_Data::get_form_key()

2.6.3

  • Bugfix : Fixed a eq validation bug.

2.6.2

  • Bugfix : Fixed a bug that class attribute can’t set at radio.
  • Bugfix : Fixed a bug that id and class attribute can’t set at file.

2.6.1

  • Changed : Removed for the Generator code.
  • Bugfix : Fixed a bug that mwform_default_settings doesn’t fired.

2.6.0

  • Bugfix : JavaScript bug fix on validation.
  • Changed : Multilingual support. Changed domain.
  • Changed : Changed radio and checkbox style.
  • Added : Added the class attribute setting.

2.5.3

  • Added : Japanese zip code validation allows the format of the form 0000000.
  • Bugfix : Fixed a date validation bug.

2.5.2

  • Added : Add new validation rule japanese kana.
  • Added : Add action hook mwform_before_send_admin_mail_mw-wp-form-xxx.
  • Added : Add action hook mwform_before_send_reply_mail_mw-wp-form-xxx.
  • Added : Add action hook mwform_after_send_mw-wp-form-xxx.
  • Added : Add action hook mwform_enqueue_scripts_mw-wp-form-xxx.

2.5.1

  • Update readme.txt

2.5.0

  • Added : Add html5 email field.
  • Added : Add html5 url field.
  • Added : Add html5 range field.
  • Added : Add html5 number field.
  • Added : Support attribute placeholder in datepicker.
  • Changed : maxlength default value is null.
  • Bugfix : Fixed a bug that is CC and BCC have been overlapping sent when To is multiple.

2.4.12

  • Bugfix : filter hook ‘mwform_value_mwf_xxx’ does not work when to use radio or checkboxes.
  • Changed : Changed checkbox default separator ‘, ‘ to ‘,’.

2.4.11

  • Bugfix : Fixed a bug that attachment file does not displayed in contact data list page.
  • Changed : Trim email address on inputs.

2.4.10

  • Bugfix : Fixed a bug that does not scroll when you return to the input screen.

2.4.9

  • Bugfix : Fixes a bug that the value of last checkbox is only posted when multiple same name checkboxes created and those post_raw is true.

2.4.8

  • Changed : Change the value to save even null when you save the contact data.
  • Changed : Default value of radio and checkbox is null.

2.4.7

  • Bugfix : Fixed a bug the custom_mail_tag from To, CC and BCC.

2.4.6

  • Changed : The custom_mail_tag filter hook applied to To, CC and BCC.
  • Changed : Full size image is displayed when you click the thumbnail of the attached image in saving contact data list.

2.4.5

  • Refactoring MW_WP_Form_Data Class.
  • Added : Add MW_WP_Form_Mail_Parse class.
  • Added : Add Tracking Number setting field.
  • Added : Sender and From are written to the debug log.
  • Bugfix : Fixed a bug that sometimes icon is not displayed in contact data list.

2.4.4

  • Bugfix : Fixed a conv_half_alphanumeric attribute bug.

2.4.3

  • Changed : Changed visibility of MW_WP_Form_Validation::set_rule() protected to public.

2.4.2

  • Bugfix : Fixed a hidden field bug.

2.4.1

  • Bugfix : Fixed a mwform_csv_encoding-mwf_xxx bug.

2.4.0

  • Refactoring
  • Added : Add filter hook mwform_csv_encoding-mwf_xxx.
  • Deleted : Delete some Deprecated hooks, methods.
  • Bugfix : Fixed a csv bug.
  • Deprecated: MW_WP_Form_Form::get_raw()
  • Deprecated: MW_WP_Form_Form::get_raw_in_children()
  • Deprecated: MW_WP_Form_Form::get_zip_value()
  • Deprecated: MW_WP_Form_Form::get_tel_value()
  • Deprecated: MW_WP_Form_Form::get_checked_value()
  • Deprecated: MW_WP_Form_Form::get_radio_value()
  • Deprecated: MW_WP_Form_Form::get_selected_value()
  • Deprecated: MW_WP_Form_Form::get_separated_raw_value()
  • Deprecated: MW_WP_Form_Form::get_separator_value()

2.3.5

  • Bugfix : Fixed a post_raw bug at select and radio.

2.3.4

  • Bugfix : Fixed a bug that checkboxes are checked when children are added by hook.

2.3.3

  • Bugfix : Fixed a bug that tracking number does not count up.

2.3.2

  • Bugfix : Fixed a bug that form does not display when is surrounded by enclosed type shortcode.
  • Changed : Update tests.

2.3.1

  • Bugfix : Fixed a post_raw option bug.

2.3.0

  • Refactoring mail sending part.
  • Added : Add “Send value by e-mail” option for checkbox, select, radio.
  • Added : Add filter hook mwform_custom_mail_tag_mw-wp-form-xxx.
  • Added : Add filter hook mwform_contact_data_post_type.
  • Added : Add filter hook mwform_get_inquiry_data_args-mwf_xxx
  • Added : Add debug mode. no send mail and logging when set “define( ‘MWFORM_DEBUG’, true );”.
  • Added : Add filter hook mwform_log_directory.
  • Changed : Refactoring admin pages.
  • Changed : Changed generating method of file name that uploaded.
  • Bugfix : Fixed ai, psd, eps file upload bug.
  • Bugfix : Fix typo.

2.2.7

  • Changed : Changed to be able to use “:” as value at checkbox, select, radio.

2.2.6

  • Added : Adding MW_WP_Form_Data object to augment of mail related hooks.
  • Added : Adding MW_WP_Form_Data object to augment of mwform_validation hook.
  • Bug fix : Fixed a bug that post_title is not parsed when contact data saving in database.
  • Bug fix : Fixed a bug that post value is sent and saved when children attribute separate at post value and display value.

2.2.5

  • Bug fix : Fixed a checkbox bug.

2.2.4

  • Added : Added sortable handle in validation settings and chart settings.
  • Bug fix : Fixed a children attribute bug.
  • Bug fix : Fixed a bug that also “contact data” menu is displayed when there is no form that has been set contact data saving.

2.2.3

  • Bug fix : Fixed a bug that exec shortcode are not converted when use template.

2.2.2

  • Bug fix : Fixed a tel validation bug.
  • Bug fix : Fixed a zip validation bug.
  • Bug fix : Fixed a in validation bug.

2.2.1

  • Bug fix : Fixed a bug that remove_query_vars_from_post() is not executed.
  • Bug fix : Fixed a akismet feature bug.
  • Bug fix : Fixed a uninstall bug.

2.2.0

  • Refactoring
  • Bug fix : Fixed a mwform_tracking_number_title filter hook bug.
  • Bug fix : Fixed a bug that can not set the more than 2 default values of the checkbox.
  • Bug fix : Fixed a bug that double quotation of shortcodes are escaped in manual form.
  • Changed : Class name changed MW_Form_Field to MW_WP_Form_Abstract_Form_Field.
  • Changed : Class name changed MW_Validation_Rule to MW_WP_Form_Abstract_Validation_Rule.
  • Changed : Zip or Tel validation can use Japanese only.
  • Changed : Zip or Tel field can use Japanese only.
  • Added : You can set a different value in the key and display value for children of checkbox, select, radio. For xample, [mwform_checkbox name=”hoge” children=”key1:value1,key2:value2″]

2.1.4

  • Bug fix : Fixed a bug that data lost when there are multiple same name radio buttons and checkboxes.

2.1.3

  • Bug fix : Fixed a bug that number of newline characters are different by the environment.
  • Changed : Modified to ignore uppercase letters of lowercase letters at the file type validation.

2.1.2

  • Added : Added form key in list of MW WP Form page.
  • Bug fix : Fixed a bug that “add form tag button” is displayed in complete message area.

2.1.1

  • Added : Added CSV Download option.
  • Added : Added an option to vertically display in Radio and Checkbox.
  • Changed : Optimization of the number display processing of saving contact data.
  • Changed : Change separator of checkbox in confirm page.

2.1.0

  • Added : Add filter_hook mwform_post_content_raw_mw-wp-form-xxx.
  • Added : Add filter_hook mwform_post_content_mw-wp-form-xxx.
  • Added : Add filter_hook mwform_form_fields.
  • Added : Add “Error” form type.
  • Changed : MW_Form_Field::mwform_tag_generator_dialog() method needs $options argument.
  • Changed : Zip code field and Tel field are wrapped by span tag.
  • Bug fix : Empty separator is changed to not allow in checkbox field.
  • Bug fix : Fix add form tag button css bug.

2.0.0

  • Added : Add scrolling of screen transition setting.
  • Added : Add filter_hook mwform_scroll_offset_mw-wp-form-xxx.
  • Added : Support auto tracking number.
  • Added : Add filter_hook mwform_tracking_number_title_mw-wp-form-xxx.

1.9.4

  • Bug fix : Fix HTML structures.
  • Bug fix : Fix bug that does not display image of image field in SSL.
  • Bug fix : Fix bug that does not display link of file field in SSL.

1.9.3

  • Bug fix : Fix bug that would be escaped in double.
  • Bug fix : Fix uninstall process.

1.9.2

  • Bug fix : Fix comment in mwform_confirmButton dialogbox.
  • Bug fix : Fix bug in stacking order of the dialog in WordPress 4.0.

1.9.1

  • Changed : Easy to see change the form tag insertion selectbox.
  • Deleted : Delete size attribute in file or image field.
  • Bug fix : Fix bug that there are cases where the page chache does not disabled on Nginx.

1.9.0

  • Added : Add chart function.
  • Added : Add separator attribute in checkbox tag generator.
  • Bug fix : Fix bug that can not change display option in saving contact data list page.
  • Bug fix : Fix bug that display wrong number of inquiries.

1.8.4

  • Bug fix : Fix bug that can not be set maxlength in mwform_text shortcode.

1.8.3

  • Bug fix : Fix bug that file is not uploaded when validation is not set in the file field.

1.8.2

  • Bug fix : Fix bug that PHP error is displayed in file type validation.
  • Bug fix : Fix bug that PHP error is displayed in admin page.
  • Changed : Change to upload file even if there is a validation error in other fields.
  • Changed : Change to display by scrolling when width of list of stored data is wide.

1.8.1

  • Bug fix : Fix PHP error under PHP 5.3.0
  • Bug fix : Fix bug that are not validated of noEmpty in zip and tel field.
  • Bug fix : Fix bug that error is displayed if the validation that was registered is disabled.

1.8.0

  • Added : Add mwform_validation_rules filter hook.
  • Added : Add API to get the data for mail.
  • Added : Add setting of response status in saved contact data.
  • Added : Add response status and memo in csv.
  • Added : Add returning link from detail of database saving data to list page.
  • Changed : Form field is empty if seted null in value of shortcode.
  • Changed : WordPress 3.7 higher is required.

1.7.2

  • Bug fix : XSS vulnerability fix.

1.7.1

  • Bug fix : Fixed a bug that MW WP Form’s shortcodes doesn’t parse in the nested shortcode.

1.7.0

  • Added : X-Accel-Expires param in header.
  • Added : Add CC setting in admin mail setting.
  • Added : Add BCC setting in admin mail setting.
  • Changed : Data store has been changed to Transient API from PHP SESSION.
  • Changed : Nonce check system has been changed to WordPress nonce check system from original.
  • Changed : Accept space in katakana validation.
  • Changed : Accept space in hiragana validation.
  • Changed : The way of isplaying attached files has been changed to URL from ID in csv file.
  • Changed : Require WordPress Version 3.5
  • Bug fix : Fixed a bug that sender not set at email when {sender} and {e-mail} in mail settings were conversion blank.

1.6.1

  • Bug fix : Support Akismet 3.0.0
  • Changed : Support psd, ai, eps file upload.

1.6.0

  • Changed : Changed Redirection flow.
  • Changed : If querystring setting is set and doesn’t get post from querystring, return empty.
  • Changed : When a URL doesn’t begin http or https in URL settings, home_url() is complemented.
  • Added : {xxx} ( e.g. {post_title} ) get post property from the now post if querystring setting does’t set.
  • Added : Repeat submitting came to be blocked.
  • Bug fix : Fixed translation mistake in admin page.
  • Bug fix : Fixed selected file reset button bug on file field.
  • Bug fix : Fixed bug that not to work rightly when setting noempty validation in image or file field.

1.5.6

  • Bug fix : Fix selected file reset button bug in Firefox.
  • Changed : Change file field’s default size attribute.

1.5.5

  • Added : Selected file reset button has been added.

1.5.4

  • Bug fix : Fix spelling mistake in admin page.
  • Added : Convert full-pitch character to half character in text shortcode.

1.5.3

  • Bug fix : Fixed a bug where
    is added in textarea.

1.5.2

  • Bug fix : Datapicker starting a new line.

1.5.1

  • Bug fix : Fix wpautop bug.

1.5.0

  • Deleted : Delete qtags.
  • Bug fix : Fix inquiery data are not saved when admin mail content is empty.
  • Bug fix : Fix bug that doesn’t start a new line.
  • Added : Add filter_hook mwform_admin_mail_raw_mw-wp-form-xxx.
  • Added : Add filter_hook mwform_auto_mail_raw_mw-wp-form-xxx.
  • Deprecated: Deprecated mw_form_field::set_qtags()

1.4.1

  • Changed : Change flow to read saving inquiry data.
  • Bug fix : Fix tel validation.

1.4.0

  • Added : Add form tag generator.

1.3.3

  • Buf fix : Fix param $rule in mwform_error_message_mw-wp-form-xxx filter hook.
  • Buf fix : Fix param $rule in mwform_error_message_html filter hook.

1.3.2

  • Buf fix : Fix session has already started.

1.3.1

  • Added : Support attribute id in text, textarea, radio, checkbox, select, datepicker, file, image, password shortcode.
  • Added : Support attribute placeholder in password shortcode.
  • Changed : Change admin page sentence.

1.3.0

  • Added : 自動返信メール設定、管理者宛メール設定で本文の以外の項目にも{キー}を使用可能に

1.2.7

  • Added : Support docx, xlsx, pptx upload.
  • Change : Change main process hook from get_header to template_include.

1.2.6

  • Added : mwform_styles フィルターフック

1.2.5

  • Added : 管理者宛メールの複数人送信をサポート
  • Added : mwform_error_message_html フィルターフック
  • Added : mwform_error_message_wrapper フィルターフック
  • Buf fix : DB保存データ一覧表示画面 Noticeエラー

1.2.4

  • Bug fix : メールアドレスバリデーションのバグを修正

1.2.3

  • Bug fix : ビジュアルエディタショートコードボタンがどの投稿タイプでもでてしまうバグを修正

1.2.2

  • Added : ビジュアルエディタにショートコード挿入ボタンを追加

1.2.1

  • Bug fix : 管理者宛メール本文入力欄のサイズ
  • Bug fix : WM_Form::zip, WM_Form::tel
  • Bug fix : MW_Validation::fileType, MW_Validation::fileSize
  • Bug fix : children が未指定でも mwform_choices フィルターフックの引数に空値が渡ってくるバグを修正
  • Change : jquery.ui.css のプロトコル指定、バージョンを変更
  • Change : データの持ち方を singleton に変更
  • Added : mwform_validation_xxx フィルターフックに引数を追加($data)
  • Added : DB登録データ一覧で画像?ファイルカラムの項目は編集画面にリンク
  • Added : URLバリデーション

1.2.0

  • Added : 電話番号、郵便番号フィールドはデフォルトで全角 -> 半角置換
  • Added : mwform_error_message_識別子 フィルターフック追加
  • Added : ひらがな バリデーション項目を追加
  • Added : テンプレートでもショートコード [mwform_formkey] を実行可能に
  • Added : Support placeholder in input, textarea
  • Changed : MW_Form::previewPage() -> MW_Form::confirmPage()
  • Changed : [mwform_submitButton preview_value=””] -> [mwform_submitButton confirm_value=””]
  • Changed : [mwform preview=””] -> [mwform confirm=””]
  • Changed : [mwform_previewButton] -> [mwform_confirmButton]
  • Changed : URL引数を有効にする の場合のみURL引数が利用されるように変更(URL設定で利用されているものは除く)
  • Bug fix : 入力画面にpostしたときにhiddenフィールドの値がリセットされる(引き継がれない)バグを修正

1.1.5

  • Bug fix : $MW_Mail->createBody()のバグ修正

1.1.4

  • Changed : 設定を読み込むため際、無駄な do_shortcode() が行われないように修正
  • Bug fix : チェックボックスの値が送信されないバグ修正

1.1.3

  • Deprecated: div.mw_wp_form_previewは次回のバージョンアップで削除予定(div.mw_wp_form_confirmに置換)
  • Deprecated: MW_Form::previewPage()は次回のバージョンアップで削除予定(MW_Form::confirmPage()に置換)
  • Deprecated: [mwform_submitButton]の引数preview_valueは次回のバージョンアップで削除予定(confirm_valueに置換)
  • Deprecated: [mwform]の引数previewは次回のバージョンアップで削除予定(confirmに置換)
  • Deprecated: [mwform_previewButton]は次回のバージョンアップで削除予定([mwform_confirmButton]に置換)
  • Changed : MW_Form::isPreview() -> MW_Form::isConfirm()
  • Changed : MW_Form::getPreviewButtonName() -> MW_Form::getConfirmButtonName()
  • Added : mwform_default_content フィルターフック
  • Added : mwform_default_postdata フィルターフック

1.1.2

  • Cahged : セッションまわりの処理をリファクタリング

1.1.1

  • Bug fix: ダウンロードしたCSVに全件表示されないバグを修正

1.1.0

  • Added : mwform_value_識別子 フィルターフック追加
  • Added : mwform_hidden の引数 echo を追加( true or false )
  • Added : カタカナ バリデーション項目を追加
  • Cahged : 管理画面メニュー表示、設定保存の権限を変更(edit_pagesに統一)
  • Bug fix: 複数のMIMEタイプをとりえる拡張子を持つファイルのアップロードに対応(avi、mp3、mpg)

1.0.4

  • Bug fix: 画像以外の添付ファイルがカスタムフィールドに表示されないバグを修正
  • Bug fix: 動画アップロード時にFatal Errorがでるバグを修正

1.0.3

  • Added : 管理画面に Donate link を追加

1.0.2

  • Bug fix: シングルページのみ実行可能に変更(検索結果ページ等でリダイレクトしてしまうため)
  • Bug fix: URL引数有効 + 同一URL時にリダイレクトループが発生してしまうバグを修正

1.0.1

  • Bug fix: DBに保存しないときに添付ファイルが送られてこない

1.0.0

  • Added : Donate link を追加
  • Added : DB保存データにメモ欄追加
  • Cahged : ファイルアップロード用のディレクトリにアップロードするように変更専用
  • Cahged : 拡張子が偽造されたファイルの場合はアップロードしない(php5.3.0以上)
  • Cahged : 表示ページのURLに引数が付いている場合でも管理画面で設定したURLにリダイレクトしてしまわないように変更
  • Bug fix: 通常バリデーションは配列が来ることを想定していなかったため修正

0.9.11

  • Bug fix: 添付ファイルが複数あり、かつDB保存の場合、管理画面で最後の画像しか表示されないバグを修正
  • Cahged : どのフィールドが画像かを示すメタデータの保存形式を配列に変更
  • Cahged : mw_form_field::inputPage、mw_form_field::previewPage の引数削除

0.9.10

  • Bug fix: mwform_admin_mail_識別子、mwform_auto_mail_識別子フィルターフックの定義位置が逆だったのを修正
  • Bug fix: 添付ファイルが添付されないバグを修正(From Ver0.9.4)
  • Bug fix: Akismet Email、Akismet URL の設定が正しく行えなかったのを修正
  • Cahged : フォーム送信時は $_POST を WP Query に含めない

0.9.9

  • Added : mwform_csv_button_識別子 フィルターフック
  • Bug fix: name属性が未指定のとき、MW_Form::getZipValue, MW_Form::getCheckedValue でエラーがでるバグ修正

0.9.8

  • Added : 管理者用?自動返信用メール設定それぞれに 送信元メールアドレス?送信者名の設定を追加
  • Added : mwform_admin_mail_識別子 フィルターフック追加
  • Added : mwform_auto_mail_識別子 フィルターフック追加
  • Deleted: mwform_admin_mail_from_識別子 フィルターフック
  • Deleted: mwform_admin_mail_sender_識別子 フィルターフック
  • Deleted: mwform_auto_mail_from_識別子 フィルターフック
  • Deleted: mwform_auto_mail_sender_識別子 フィルターフック

0.9.7

  • Bug fix: CSVダウンロードのバグ修正

0.9.6

  • Bug fix: 電話番号のバリデーションチェックを修正
  • Added : CSVダウンロード機能追加
  • Added : mwform_admin_mail_from_識別子 フック追加
  • Added : mwform_admin_mail_sender_識別子 フック追加
  • Added : mwform_auto_mail_from_識別子 フック追加
  • Added : mwform_auto_mail_sender_識別子 フック追加

0.9.5

  • Added : バリデーションエラー時に遷移するURLを設定可能に
  • Cahged : 送信メールの Return-Path に「管理者宛メール設定の送信先」が利用されるように変更
  • Cahged : {投稿情報}、{ユーザー情報}の値がない場合は空値が返るように変更
  • Cahged : 設定済みのバリデーションルールは閉じた状態で表示されるように変更
  • Cahged : Mail::createBody の挙動を変更(送信された値がnullの場合はキーも値も出力しない)
  • Bug fix: Mail::createBody で Checkbox が未チェックで送信されたときに Array と出力されてしまうバグを修正

0.9.4

  • Bug fix: 管理画面での 確認ボタン の表記間違いを修正

0.9.3

  • Added : readme.txt にマニュアルのURLを追記
  • Bug fix: 確認ボタン 挿入ボタンが表示されていなかったのを修正
  • Bug fix: 末尾に / のつかない URL の場合に画面変遷が正しく行われないバグを修正

0.9.2

  • Bug fix: ファイルの読み込みタイミング等を変更

0.9.1

  • Bug fix: 画像?ファイルアップロードフィールドのクラス名が正しく設定されていないのを修正
  • Bug fix: 画像?ファイルアップロードフィールドで未アップロード時でも確認画面に項目が表示されてしまうのを修正
  • Cahged : 言語ファイルの読み込みタイミングを変更

0.9

  • Added : Akismet設定を追加

0.8.1

  • Cahged : functions.php を用いたフォーム作成は非推奨?サポート、メンテナンス停止
  • Added : チェックボックスで区切り文字の設定機能を追加
    [mwform_checkbox name=”checkbox” children=”A,B,C” separator=”、”]

0.8

  • Added : 画像アップロードフィールドを追加
  • Added : ファイルアップロードフィールドを追加
  • Added : ファイルタイプ バリデーション項目を追加
  • Added : ファイルサイズ バリデーション項目を追加
  • Added : 管理画面で不正な値は save しないように修正
  • Added : datepickerで年月をセレクトボックスで選択できる設定をデフォルトに
  • Added : アクションフック mwform_add_shortcode, mwform_add_qtags 追加
  • Bug fix: バリデーション項目 文字数の範囲, 最小文字数 の挙動を修正
  • Cahged : フォーム制作画面でビジュアルエディタを使えるように変更

0.7.1

  • Added : メール設定を 自動返信メール設定 と 管理者宛メール設定 に分割
  • Note : データベースには 管理者宛メール設定 のデータが保存される
  • Note : 管理者宛メール設定 が空の場合は 自動返信メール設定 が使用される

0.7

  • Added : 問い合わせデータをデータベースに保存する機能を追加
  • Added : アンインストール時にデータを削除するように修正
  • Bug fix: 一覧画面で QTags の JSエラーがでていたのを修正

0.6.4

  • Added : 引数を有効にする meta_box を追加
  • Bug fix: “Zip Code” が日本語化されていないバグを修正
  • Bug fix: ページリダイレクトのURL判定を変更
  • Bug fix: バリデーション mail に複数のメールアドレスを指定できないように変更

0.6.3

  • Bug fix: 管理画面のURL設定で http から入れないとメールが二重送信されてしまうバグを修正
  • Bug fix: フォーム識別子部分が Firefox でコピペできないバグを修正

0.6.2

  • Bug fix: Infinite loop when WordPress not root installed.

0.6.1

  • Added To E-mail adress settings.

0.6

  • Added settings page.
  • Deprecated: acton hook mwform_mail_{$key}. This hook is removed when next version up.
  • Added filter hook mwform_mail_{$key}.
  • Bug fix: Validations.

0.5.5

  • Added tag to show login user meta.
    {user_id}, {user_login}, {user_email}, {user_url}, {user_registered}, {display_name}

0.5

  • Initial release.
Malaking puwang ng bass splash review Bakit pinapayagan ng pamahalaan ang operasyon ng mga monopolyo How to play Super Ace jili Nice88 club withdrawal Esball online casino com registration Nuebe Gaming legit HB888 Casino real money Casino bonus no deposit free spins 2021 12 Titans Greek mythology online slot machines for real money free play Mines jili login download Allin88 ph login Casino Guru gratis Vegas World login Apanalo online game no deposit bonus 77ph Himala himala wikipedia 啶掂啷嵿ぐ啶ぞ啶?啶曕啶ぞ 啶灌? 啶す 啶囙い啶ㄠぞ 啶栢い啶班え啶距 啶曕啶啶?啶灌啶むぞ 啶灌? Mnl168 online casino register philippines login Bally slot machine value Jili live casino no deposit bonus Gcash gambling reddit philippines tamabetcasino Jili magic lamp app Mwplay888 net download for android Vegas Live Slots hack APK Clive and jill sidequest ffxvi Jiliasia online casino Online bingo jili withdrawal Chili for a crowd Silver Palate Jili168 register philippines Jili mk casino Jili cc download for android Habanero online casino games philippines Philucky withdrawal format 377 jili login register philippines Jili slots download Bsa387 login password Ginto Casino link 49jili login to my account login philippines app Royal777 casino no deposit bonus 8 juli feiertag wikipedia Ano ang mga flash game sa hollywoodbets app download Game of Thrones Slots referral code Igt address manila Zynga slots free coins cheat android Jilicash real money withdrawal Paano gumagana ang mga online slot machine login Ezwin online casino philippines Peso88 login register Jili kaganapan login register Winning plus 8 login philippines masuwerteng iikot ang mga nakakalokang slot 123jili app Login casino games online unblocked Transaction password USDT Baccarat games online real money Appointment slots vs appointment schedule quick hit slots commercial actor Multiclass spell slots table Slot schedule template 啶灌啶曕啶?啶曕ぞ 啶い啷嵿い啶?啶曕た啶むえ啶?啶灌啶むぞ 啶灌 Jili jackpot 777 download for android latest version Million 888 casino login register Tongits go apk unlimited money latest version Pinakamahusay na jili slot game download YE7 Download App BET99 Quebec Free 100 online casino registration facebook page 2021 slots no deposit bonus Online gambling philippines real money Jilibet casino login philippines Super Royal 777 Slots go casino login Register Youtube ng slots today Peso 888 apk Mini777 register download PG gaming casino login Wizard of Oz free coins gamehunters Philippine News today live 247Spin free 100 spin the wizard of oz slots free coins E2 jili casino login Konjac jelly Japan Big bet review korean Online casino Philippines News 7 Juli 2024 memperingati Hari Apa Jili 747 casino login Winph 777 login philippines app benefits of online casino games Wild aces online casino real money Mwcash88 Bonus hunter cc email Maduna clan names FF16 change party members Online casino games real money free spins no deposit Dbx casino real money philippines Okada online casino apk latest version Skype Download for PC Jilibet donnalyn login Register online casino 777 Pub download old version Spaghetti Jollibee price Jili no 1 login register Jiliasia app apk Super slots apk old version 646 casino login Register Philippines Listahan ng laro ng skillz login Totoong online pokies philippines release the kraken clash of the titans (1981) Casinos online real money philippines Phil168 APK Download Chumba Casino login Www 49 jili casino login password Fb jili casino login download apk Jlbet slot login Jili 777 lucky slot login register philippines apk Pagcor logo meaning Hard Rock online casino login 77ph com login password download Ano ang gamot sa mataas ang sugar Online casino download APK Geely Emgrand price Philippines BLBET Tapwin 2024 download apk Lodi 646 casino login ph Royal558 download Abc jili register philippines download LVJILI login Royal fishing jili download for android Free60 casino philippines Kk jili libre 58 real money download PHFUN login Nice88 download free ios Best penny slot machines to play at the casino for beginners portal.pagcor.ph sitemap online casino games no deposit bonus Unlapi AAA Jili login Bongobongo ug Casino Jili x yb download apk do 888 casino register Cash Rush slots 777 apk latest version Free online casino games win real money no deposit Philippines Fortune 888 login password Slots casino login no deposit bonus 49 jili time philippines download Nuebe register login Jili fishing game download free Win99 casino philippines Bingo Super Star download 55bmw win withdrawal Jili kilig login download Superball Keno online Hacksaw slots real money Pagcor address philippines 188 jili demo account hack Vegas online casino games free play Jili 49 net casino login philippines 777 jili jackpot apk latest version Fc slot demo free download Jili under maintenance today download android 3 patti slots patti online play Jili bingo download for android Smbet register philippines Osm jili register mobile number philippines MWGAMING 188 register Nuebe agent login philippines Online casino color games philippines Is Winford Casino open today Jili update today WK777 slot Jili casino review philippines slotomania online Lucky jili slots login register mobile 188 jili casino login download philippines Baccarat game strategy reddit Jili22 promotion How to withdraw in jili slot online 1xslots login Mnl168 online casino register philippines login Paano maglaro ng slot gambling login casino for real money online Best online casino Philippines reddit Jili deposit 50 withdrawal limit Nextbet philippines registration 168jili login registration Www royal888casino net register Double Win Withdrawal App Fisheries department officials 777 Lucky JILI Slots Casino APK download Nz online casino games real money 888php withdrawal Jili mines predictor apk Online casino jackpot slots free play yy777cam Jili one login download mainstream records lee young-ji 77ph com download free 49 jili years login register Jili slot club jackpot 777 download free money philippines Www betvisa games app 1888 jili casino withdrawal online July 10 religious holiday Labet88 login registration 2021 Osm jili casino online games philippines download Money 888 login download Empire slot machine download Ireland online casino games free play Kk jili casino login registration download apk 1000 free games to play with friends Poseidon god son Jili lucky slot app download Big baller club casino login registration philippines Fish Hunter - Shooting Fish Pnp 888 jili slot game login app Limbo game download for PC Highly Compressed Jili jackpot 777 download apk ios slot machine free games free spins deposit bonus Jackpot meter app for android Instant withdrawal betting app Dama N.V. casinos no deposit Bonus Joy 7 casino login free chips Eliakim Sadoki Hadaa Ya Walimwengu Gemdisco login 08 jili register app Jollibee slot casino login philippines register online Award winning chili recipe Allrecipes Helens Slot APK old version Mga kahinaan ng mga pragmatic slot machine login Jili pulang sobre register online Jili777 free 150 no deposit bonus Philippines Jili no 1 com withdrawal philippines Slot online game free real money Jackpot joker jili demo free download Best pg slot game free no download Wagi77 login Philippines Rich9 pinakamainit na laro login Fortune gaming88 login philippines Royal Slot Login Fun facts about July 19th Geely gx3 fiche technique philippines IND slots APK yono Ox jili slot withdrawal What happened on October 7 Al Jazeera 777 pub com login download Nice88 app 99 Fortune Casino login Register Tmtplay888 Jiliplay login download Love jili vip login password 888bet registration online Dragon vs Tiger hack apk Lucky JILI slots login register Kpl casino Online casino game for real money free play 777pub open now promo Video poker jacks or better strategy chart Jili 365 casino login register philippines no deposit bonus download Free slots com party bonus Animal Husbandry Minister Bihar list 188 JILI casino login registration Philippines Anuani ya katibu tawala mkoa wa dar es salaam NetBet registration Fg777 register philippines 90 jili live login download One slot game download Agent GEMDISCO Jili 999 com withdrawal Jilimk casino log in no deposit bonus tg777 login register philippines Pagcor login philippines List of licensed POGO in Philippines 2023 How many cannabinoid receptors are there in the human body Q25 jili download ios Ff777 vip login Jili 49 dot com registration philippines Ano ang speed roulette review Ph joy vip login registration philippines 4 ram slots which ones to use Mga puwang ng video youtube Jackpot Party Instagram free coins www.free facebook.com log in Betvisa download for android 49jili pogcor Betso888 login download Jollibee slot login Fruit Theme Birthday Party Wjslot claim form Nextbet Live Casino Lotto go Jili volatility calculator philippines Teenage Kraken Salish Matter Lucky 777 online casino login philippines Slotomania 777 casino real money Mega ace jili demo apk latest version Falcon Play customer service www.666.com games Bingo Jili PH Slots earning app real money no deposit Canara Bank Internet banking PIN generation 8K8 vip login Philippines No 1 jili app for android free download Gonzo's Quest max win 9 Pots of Gold land and win What does Mr Mike Slots do for a living Jili fc slot real money no deposit bonus Ph macao jili register download limbo apk + obb download Swcup6 net live login Register philippines Free slots 8888 no deposit philippines Jili tadhana slots download free Free casino slots 3 lines no download Jili okbet real money philippines Jili88 ph com register login password Slots earning app real money download Jili apps download free for android ios Kurdish traditional dress Labet88 online casino Ez jili telegram ios 94067 water heater door installation Real Boxing 3 download Best casino online Wishbone Games Nextbet login mobile registration Jili no 2 login no deposit bonus Poder Judicial Superace88 club login registration link Triple match 3d master mod apk Sino ang cowboy slots wife Jili 5678 casino login poker star Apanalo casino app login KK JILI casino login app apk Www gibson casino www gibsoncasino com login APEX slot download Best free slot machines play for free no deposit Mining Telegram group link Jili t7 real money Jili369 app download Progressive jackpot meter link Lampara ng genie philippines Best free slots with bonus Asia JILI casino register 888 ladies slots login UNO Spin Millionaire Dimm slots reddit King game app download apk Yy777 index login No deposit slots real money Yeriko by injili bora choir session 49 jili road register philippines Jili slot 777 login register online no deposit bonus philippines 啶啶?啶曕 啶啶班が啶?啶曕ぐ啶ㄠ 啶曕 啶夃お啶距く GGBet welcome bonus Is the 49ers coach a Christian Sino ang may akda ng medusa Ace Super ph casino Login games.747 games.ph/launchgame open now Tiktok video Zili 7 Gold Fruits slot Peraplay APK download Labet88 register philippines app Love jili vip login philippines Slots download free Jili slot jackpot login register Junglee Rummy APK Paddy power virtue Welke dag is het vandaag in belgie Nn777 login philippines app Pb777 login id and password free Sweet Bonanza free spins no deposit Online slots casino 888 real money no deposit online casino games real money Osm jili casino Megaways slots login Konami free slots no download Big Bass Hold and Spinner Megaways demo Jili 888 register Jili mines download free Best free video poker no download fishing slot casino - free 100 000 coins Jili22 NEW com register Big Bass Bonanza Geely subsidiaries in philippines State fish of bihar in english Game of Thrones Slots Casino free coins hack Lucky jili casino login registration philippines apk Mga laro ng slot na nagbabayad ng totoong pera apk Niceph casino real money Fortune Dragon PG slot demo Reference generator Jili88ph net register download FG7777 Jili super win apk best online casino games to win money Bagong jili register app 777sm vip login Jl bet slot register Jili casino sign up bonus no deposit philippines Phlove Casino Login Register Jili slot online real money Ez jili code free download Cannabinoids structure How does Dragon Link slot work 188 jili casino download free Which casino has the most winners in Vegas Goldfish slots apk Fisheries, Bihar gov in Medusa megaways real money Mwcash88 casino login Best time to play crazy time reddit Voslot jili register philippines Ang tao ba ay nagmula sa unggoy PHL63 login register Demo Jili Golden Empire Download app and get bonus Pogibet free 100 philippines 22FUN APK Lucky JILI Casino login registration Win win Game zambia online app download Win100 com casino group win100 originals win100 originals register Mlbb Win Rate Calculator APK Mi777 casino login philippines register Do888 casino login no deposit bonus Jill Scott net worth 8 jili slot download for android 55X Casino Login Register Philippines Ug777 app download apk for android 94067 water heater door replacement Loveph casino Tianjin University of Science and Technology How to play Fortune Gems online Earn money online Philippines legit Xo jili com register philippines Cruise casino in Goa Play slot machines for free online no deposit Is golden Cowboy good tds online casino games volatility Tmtplay casino login register mobile 啶戉え啶侧ぞ啶囙え 啶曕啶膏啶ㄠ 啶椸啶?啶曕啶膏 啶栢啶侧啶? EZJILI Login Register Game room online casino games real money Casino dealer Reddit ph Slots jackpot meter philippines app Pldt 777 real money withdrawal Jackpot World redeem code free 2024 Jilibay free 68 no deposit bonus Bet88 ph app download for android OKBet rewards app Julie emergency contraception reviews 啶ぞ啶椸啶?啶う啶侧え啷?啶曕ぞ 啶膏す啶?啶夃お啶距く Mega win login Best online casino games real money app Jiliasia ace download Jili 178 real money app Pag-IBIG membership Double DaVinci Diamonds free slot game jili 711 Slot virtual real money free Jili tongits withdrawal limit Okbet casino login philippines download Sabong derby 2023 Full Video MONOPOLY Slots download White part of eye swollen like jelly home remedies Ez jili codes 2021 Wjslot com rewards login How many evolutions can you have in a deck Clash Royale Online casino jili login register House of Fun VIP PLUS download SM Megamall 3 day sale 2024 dates Phil163 login Simple chili recipe Jili slot machine apk latest version Jili188 login download Boss88 Slot Login Jili go login philippines Online casino games with free signup bonus philippines Jili mines download apk Fc slot online philippines Y777 jili real money withdrawal Win99 online casino login register Lucky jili slots login register mobile philippines BetVictor UK Jilino1 new site Jili no minimum deposit philippines 2020 Royal777 login register philippines Forgot transaction password in phdream Casino plus jili slot real money Win99 slot games free apk Nn777 slot jili real money 38jili login GO Keyboard APK betBonanza mobile login registration Dragon cash vs Dragon Link 8k8 online casino games downloadable content philippines Best slots to play on FanDuel reddit balato8aa Crown89ph casino login Online casino builder Wjevo22 app irich slots&games casino 777 Boxing king casino real money Jili22 vip202 download online casino games with no minimum deposit Mega Wheel game download Jili apps download for android free Diablo 4 enchantment slot not working Online lucky sweepstakes no deposit bonus 747 online casino games philippines Super ace demo game online free Spin and win cash in Uganda withdrawal PG Soft Wild Bounty Showdown 777sky slot Jiliapp download latest version Www royal888casino net register Royal slots real money login ????? ?? ???? ??? ???? ????? ????? Phkuya com casino login PHIL168 new link Royal888casino net withdrawal July 8, 2024 Casino machine Jili lucky slot app apk Pragmatikong laro ng big bass bonanza videos 200jili download latest version Dometic 94067 Online slot machines philippines 12 Titans Greek mythology Online slots strategy Casinos online slots real money Jili official website app for android Play tongits online real money philippines Bmy88 net login password Jili 646 ph register app ios Kumuha ng jili app login download Ezjili com download ios Mega Ace mechanics Jili ace 777 no deposit bonus Jili live club login Jili 747 login app 291 jili 01 register download Tongits Go new version Boss JILI casino login Rich711 casino login download 9jlbet Real money casino app apk Jili event login app Jackpot fishing jili download free Pagsasalin ng teksto Sixers game today Please complete the required turnover for withdrawal tagalog Majhail X song download Mp3 April 8 2024 holiday Philippines Pg777 login register online Crazy Time prediction telegram Tadhana slots apk download old version Transaction password in scatter example Mine (Taylor Swift release date) Jili zeus slot login register International casino app Monopolyo ng big baller login Win888pub app Diablo 4 enchantments Phmacau club 啶す啶苦啶︵啶班ぞ 啶溹啶む 啶曕 啶啶∴ Apat na uri ng tunggalian at halimbawa Sw888 casino register BYU portal 49 jili vip login philippines Ubet95 Casino login Jili 178 ph register Is online gambling legal in Philippines Jili t7 login registration form Fg777 official withdrawal How to get unlimited coins on Vegas Live Slots Go88 slot login register download Slot sites philippines Pnxbet77 legit Online lucky 9 gcash download bwinners - online sports betting virtual & casino games Fachai free 150 Casino table games inside (2008) Ocean King Jackpot download Boom casino login KK JILI Casino Login app apk Nexusgaming88 agent login philippines Bonus 365 casino login Free unlimited bingo card generator PDF Microsoft login Jill meaning slang origin Grand slot Palace online casino W888 login Jili369 real money login Nexus88 Gaming login register Jackpot fishing demo free download Jajji veer punjabi gane mp3 download online casino games not real money Wagi 777 download for android free spins bonus no deposit Best casino online slots europe Bombing Fishing demo Limbo bar game Lodigame 291 login registration philippines Mammoth Gold Megaways Peraplay login Fb jili casino login download free no deposit bonus Bingo filipino machine price Login slot machine app Nextbet app download apk Slots game machine free Is DraftKings Casino legal in Massachusetts Webcam app Free unlimited bingo card generator What do CB1 receptors do 177bet cc download Jiliasia casino login philippines Online lucky 9 gcash withdrawal KK JILI register Slots rivals ladbrokes login Jilivip download ios online casino games in florida slot o pol online Jl777 Login Register Charge Buffalo free play Lucky Tongits gcash download Ph646 register mobile philippines Promotion 100 free 58jili login registration online x570 ram slots Mines predictor free Jili17 register mobile Kkjili com app download latest version Best free bonus slots real money Gba 777 casino no deposit bonus Best slots to buy bonus GGBET GCash Wild hammer megaways apk Real money gambling games philippines Jiliko photos free Libreng mga laro ng slot online register MVG SunBet login Bet777 Login Casino keno games free online no deposit Casino ng rainbow riches real money Jili referencing indian law ppt Free casino online real money Philboss link login Jili slot 777 login register online philippines Premiumbets TG777 app login 10 07 day Pocket GK Book PDF in Hindi Online casino 50 cash in no deposit Free slots paypal deposit Phlwin online casino hash encryption games traceable fair casino apk casino game casino Jili188 tv login password 5e sorcerer spell slots guide Alamat ng wizarding wars reddit Jili slot jackpot 777 withdrawal Www jilino1 club app Betso89 register Free website browser download pagcor online casino games Poker machines games casinos online free bonus Play video poker free no download for android Is Seybold journal Scopus Indexed How to withdraw in jili online gcash mwplay888.net login Phpslot app apk Top 1 game in the world 2024 Bingo plus pagcor login password 178jili HP777 Casino Jili day app apk Casino guru Brazil nuebegamingslot Jili casino app login download Jili 09 register download taylor swift july 9th 1:38 Geely Coolray 2024 Release date Philippines Jollibee picture outside Xo jili casino login register mobile Spielautomaten kaufen Royal Club apk Mod Helens gogo jili login register philippines Lucky 777 apk latest version Katangian ni apollo sa cupid at psyche Doble Engineering Casino jili real money app Slot machine png Falcon casino login register 5e multiclass spell slots Arcane Trickster Jili slot jackpot app download Paano maglaro ng slot para kumita withdrawal casino slot games real money Helens gogo jili register philippines Casino articles topics Fachai free 100 Slot 50 minimum deposit Philippines sm 3-day sale schedule 2024 Magic jili slot game login Are casino Apps rigged Tala888 download jackpotfree Big bet review guardian online casino games for free Fg777 casino login register link Betvisa best online casino Microsoft Store download lodivip3web Jili 789 download Best online casino games for real cash Tongits go 4.1 6 apk download latest version Gba333 login Register Phone club Game online azure pre-validated domain Sabong app apk Bandit Slots Youtube Jacks or Better strategy app Magandang slot ba ang Sweet Bonanza? 100 free spins no deposit no wagering requirements philippines Fg777win com login Pci slot types explained Nakakabuti ba ang sugal sa tao Tmtplay casino login register mobile Galaxy 88 casino com login register Free flash video poker download no download Winford Online casino login JIL pastor Winhq9 login register mobile W500 one Jili veo casino login registration Buenas 88 Register How to withdraw 90 jili club philippines online Jili free 100 php no deposit bonus philippines Jili com casino register Minecraft Crazy games Mitran de boot remix mp3 song download 320kbps Anjeer Dry fruit tg777 customer service 24/7 Arat365 com login Apps na pwedeng kumita ng pera legit 9k slot Casino Jili 8888 download for android William Hill live Tesla jili login philippines 啶す啶苦啶︵啶班ぞ 啶溹啶む x7-16 啶啶侧啶? Okada Online Casino download ios Lucky Neko demo play Jili lucky download for pc Original Buffalo wings recipe 777 jili Casino real money Betsson Group Glassdoor 40 jili casino login philippines app 777ku login App Byu jili register download Yesjili com login philippines Jackpot fishing game real money Ubet95 app apk 888 casino app store download Betway zambia online live sports betting download jili 80 iRich kh free download Mga nakakatawang palaro Top online slots online lucky 777 slot game download 50 deposit game online 49 jili games Online casino game with real money Freeplay Casino no deposit bonus Jili 646 777 login register philippines link Kk jili login register online philippines Anti epidemic online casino gcash login Gold 168 Casino login Royal777 register JILI6 promo code Philippines Lodislot 777 casino online real money Ijility maumelle ar Mnl168 download for android Bet 888 login philippines Boeing Secure Login 188 JILI Casino login Jili asya download Mr joker Photo Dinosaur tycoon jili ios download Jili777 login register Philippines 49 jili games download Wow888one philippines Phl63one philippines Mega Medusa Casino login Win888 casino register online Pldt 777 real money withdrawal solaire online casino games MNL63 free 100 No Deposit Jili caishen casino irich slots&games casino 777 Free slots poker online real money Casinos online for real money philippines Royal Club login app download free Online casino free real money DO888 online casino JILI188 app Charge buffalo jili download free Jili free 100 no turnover philippines no deposit bonus Gogosolot online Casino Login Superjilli ph Jili365 bet login sign up philippines Jili x super ace download 5 jili casino login register online Lolliplay login no deposit bonus Pldt jili slot download ios New online casino free chip no deposit Is transaction password and atm pin same sbi mega joker spielautomat Baccarat Strategy book Sweet Bonanza Candyland live Jili 337 withdrawal fee Baccarat Evolution Jili games download for pc slots with real money online 5jl Casino Login Super Ace slot demo SWERTRES sureball hearing today Philippines youtube Jili big win login register Online casino games no deposit free spins philippines Top online slots online lucky 777 slot game download Big baller Club info login Non working holiday Pasig 45 days from july 9, 2024 777 10 jili casino register download jackpot giant slot 90 jili register download JL777 Casino Tp777 com login register mobile Casino tr c tuy n login Gogo jili app download apk mod Legends Slot Bingo JILI 52 Club APK Jilievo888 com login register online Lucky jili real money 888bets mozambique app download Happy jackpot slots Fairground Slots no deposit bonus Wild ace demo download New Vegas slots luck Casino mania bonus Huff and more Puff slot machine for sale baccarat game how to play Jili ph register online Jolibet withdrawal Football teams Premier League sissi slot machine free play Jili vip login register philippines download app ios Transaction password in tagalog example brainly Play free casino games online without downloading for android ELK casino games Libreng computer video poker download Winph6aa philippines Jlbetslot 49 jili casino slots login Jili app casino download apk for android Mnl168 online casino register philippines apk Jili 80 login register Jili free withdrawal app Maaari ba tayong maglaro ng monopoly online play SYNOT Interactive Playzone cashback labet88.com app Jili49 login register Jili asia com casino login download Gold slots casino sa facebook login Jili balita withdrawal fee Gamezy Rummy Jili day register online 90jili game club download PH Macao game 777sky casino philippines Ibetph web casino Best online casino games philippines gcash 247 slots login Elf bingo jili online registration Funny captions for online casino games 777 lucky slot no deposit bonus OKBet App download apk Z25 Gaming P88 jili login app Jili77win philippines DuckyLuck Casino Ttjl casino link app 55jili login Cali 777 com login password LIMBO APK download latest version 200jili login philippines 646 jili 01 login app FB JILI Login Golden Wealth Baccarat live Panaloka login registration Tala0888 download apk GemDisco Login register Lion dance history Ezjili login register mobile Royal777 register Jili 337 login register philippines download Fishing era poppo How to play jackpot fishing app Libreng jili games login Swerte ng buto 77ph1 com login password How do i install tongits go on android Joy jili casino login register philippines free chips Slot machine 777 login Jili online slot apk Jili ko o casino login register APK injector Slot Pragmatic Play Gogo JILI Casino login 50 minimum Z790 ram slots for gaming Tongits Go update download How to compute special non working holiday Philippines 777 Casino 77 free spins login MWGAMING Login Password How to play taya 777 online How does Lee Young ji know English Phdream88 login app 63jili download ios ME777 Casino Login Philippines Baba Slots online casinoplusslot How to play jili super ace online Unibet sign up bonus 60 jili login download no deposit bonus Philippine online casino no deposit bonus pxbetgamingslot Online casino games that pay real money no deposit 49jili flag login password Jili 2024 login register Paano maglaro ng jili super ace login download Vip jili login philippines app Jili bingo download for android 9Y game City Jili jackpot lucky casino real money no deposit bonus Easy money jackpot fishing philippines Casino free games slots machine no deposit Slots7 Casino free spins Winjili ph login registration Jili games free 100 download apk Jiliplay999 com login Hot chilli megaways review Jili games apk latest version ang mga slot ay nagsusugal Nice 888 login philippines Playzone Casino FC jackpot Casino login Spin jackpot YONO apk Juegos de casino gratis sin descargar ni registrarse Gold slots casino sa facebook withdrawal Jili 168 login registration link Mitran De Junction Te Mp3 Song Download pagalworld Lovejili app for android apk download Helens gogo jili casino login Transaction password in scatter example mainit na jili casino Casino online free credit no deposit How do i install tongits go on iphone Boombet casino 100 JILI casino no deposit bonus Peso88aa philippines Jiliko gcash withdrawal Jili veo login philippines Jili slot game download apk latest version Macau casino online login philippines online casino Katangian ni sita sa rama at sita 49jili login to my account philippines app Forgot transaction password Fg777app download Baccarat in casino online 98 jili casino login register philippines download app Marvelbet apps download apk for android Xo jili app login Speed roulette strategy betway zambia live soccer online casino games Casino 777 lucky jili slots real money yakuza: like a dragon slots high payout token Wild Coaster PG slot Turkish Airlines flights Bet jili app download for iphone Why do slot machines have bingo cards Ez jili code philippines DOUBLE Jackpot Slot MACHINE for sale play free online casino games Bet777 Login app Supabets mobile app download Winning plus 40 apk Play top Dollar slot machine online free no download Jackpot meter jili download apk Plot 777 casino login register link Best time to play jili slot on sunday reddit