Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter yamacom

    (@yamacom)

    I tried to install the plug-in and have it activated. however, no matter how hard I tried to set the widget, there is no search result.

    I’m using 3 difference custom field in my search form. I chose the “words in” option to compare.

    Thread Starter yamacom

    (@yamacom)

    thanks alot for your help

    I would like to ask you where is the posted data taken place in your plug in cause I would like to update also other information in the database after submit the data

    thank you very much

    Thread Starter yamacom

    (@yamacom)

    thanks for the help

    however what I would like to do is that I want to get the parameter value from the URL and display it in the form which is generated by Form Manager

    do you have any suggestion?

    Thread Starter yamacom

    (@yamacom)

    thanks for your help

    in case I would like to get the parameter value from the URL such as https://le-bouquet.sakura.ne.jp/reserve?partyId=1

    do you have any suggestion what should I do

    Thread Starter yamacom

    (@yamacom)

    I am using the /[^ぁ-んァ-ン\s]+/ in order to check japanese characters for the same site which I mentioned above
    it is working with normal javascript but failed for the form manager
    do you have any suggestion

    Thread Starter yamacom

    (@yamacom)

    thanks it works^^

    Thread Starter yamacom

    (@yamacom)

    here is the link of the form that is broken
    https://le-bouquet.sakura.ne.jp/reserve

    thank you very much

    Thread Starter yamacom

    (@yamacom)

    thanks for your quick answer. Actually I did check the required option but it does not work.
    below is my genereted code

    fm_current_form = 1;fm_register_form_item('1', {"ID":"1","index":"0","unique_name":"text-4df0a4e6ee564","type":"text","extra":{"value":"","size":"300","validation":"validator-4","maxlength":""},"nickname":"","label":"\u30d5\u30ea\u30ac\u30ca","required":"1","db_type":"DATA","description":"Item Description","required_callback":"fm_base_required_validator","required_msg":"'\u30d5\u30ea\u30ac\u30ca' is required.","validation_callback":"fm_text_validation","validation_msg":"'\u30d5\u30ea\u30ac\u30ca' must not be null or contain all space characters","validation_type":"validator-4","getter_script":"fm_base_get_value"});
    fm_register_form_item('1', {"ID":"1","index":"1","unique_name":"text-4df0a4cb1f84d","type":"text","extra":{"value":"","size":"300","validation":"none","maxlength":""},"nickname":"","label":"\u6c0f\u540d","required":"1","db_type":"DATA","description":"Item Description","required_callback":"fm_base_required_validator","required_msg":"'\u6c0f\u540d' is required.","validation_callback":"fm_text_validation","validation_msg":"","validation_type":"none","getter_script":"fm_base_get_value"});
    fm_register_form_item('1', {"ID":"1","index":"2","unique_name":"text-4df572832b1a2","type":"text","extra":{"value":"","size":"300","validation":"none","maxlength":""},"nickname":"","label":"\u4f4f\u6240","required":"1","db_type":"DATA","description":"Item Description","required_callback":"fm_base_required_validator","required_msg":"'\u4f4f\u6240' is required.","validation_callback":"fm_text_validation","validation_msg":"","validation_type":"none","getter_script":"fm_base_get_value"});
    fm_register_form_item('1', {"ID":"1","index":"3","unique_name":"text-4df575fd97da5","type":"text","extra":{"value":"","size":"300","validation":"phone","maxlength":""},"nickname":"","label":"\u96fb\u8a71\u756a\u53f7","required":"1","db_type":"DATA","description":"Item Description","required_callback":"fm_base_required_validator","required_msg":"'\u96fb\u8a71\u756a\u53f7' is required.","validation_callback":"fm_text_validation","validation_msg":"'\u96fb\u8a71\u756a\u53f7' must be a valid phone number","validation_type":"phone","getter_script":"fm_base_get_value"});
    fm_register_form_item('1', {"ID":"1","index":"4","unique_name":"text-4df5761e66376","type":"text","extra":{"value":"","size":"300","validation":"email","maxlength":""},"nickname":"","label":"\u30e1\u30fc\u30eb","required":"1","db_type":"DATA","description":"Item Description","required_callback":"fm_base_required_validator","required_msg":"'\u30e1\u30fc\u30eb' is required.","validation_callback":"fm_text_validation","validation_msg":"'\u30e1\u30fc\u30eb' must be a valid E-Mail address","validation_type":"email","getter_script":"fm_base_get_value"});
    fm_register_form_item('1', {"ID":"1","index":"5","unique_name":"textarea-4df5763e3006c","type":"textarea","extra":{"value":"","rows":"300","cols":"500"},"nickname":"","label":"\u304a\u554f\u5408\u305b\u5185\u5bb9","required":"1","db_type":"DATA","description":"Item Description","required_callback":"fm_base_required_validator","required_msg":"'\u304a\u554f\u5408\u305b\u5185\u5bb9' is required.","validation_callback":"","validation_msg":"","validation_type":null,"getter_script":"fm_base_get_value"});

    I have the same problem, the fields of my two forms are not validated anymore. Empty required fields are also passed through. I’m using the version 1.5.9

Viewing 9 replies - 1 through 9 (of 9 total)