• My contact form is working fine in localhost. I have a acceptance checkbox and it disabled the submit button if this is not checked.

    But in production the button is already enable even the acceptance checkbox is not checked. This is the first issue.
    I am using the other plugin Contact form 7 required fields. I have a radio button “Yes” or “No” If I checked No it should show the fields under tag [group mygroup] … my fields … [/group]. But If I submit the button without filled all the fields in my forms these fields under groupd fields appearing and it is not correct. In Localhost even if I submit without enter anything in the fields is not showing the fields under group if I put “No”.
    Do you have any idea why is not working in Production on the hosting ?

    I checked on google and I have no idea why. is it the javascript ? something not working ?

    Please let me know if you have any idead.

    Best Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter scredi

    (@scredi)

    Hi, I do not know if this is related but with Fire bug I found an error here:
    else {
    jQuery(“#LoadPop”).modal(‘show’);
    setCookie(“ljsportsuser”, ‘2’, 365);

    Error : else {
    jQuery(“#LoadPop”).modal(‘show’);
    setCookie(“ljsportsuser”, ‘2’, 365);

    Thread Starter scredi

    (@scredi)

    Hi,

    also have this code after the button on my locahost but not in live production. I think something is not loading properly but I do not know what thing…

      <input value="SUBMIT" class="wpcf7-form-control wpcf7-submit btn btn-primary btn-minwidth" disabled="disabled" type="submit">
    
        <span class="ajax-loader"></span> <!-- This part is not existing in production -->
    Thread Starter scredi

    (@scredi)

    Anyone have an idea ?

    Thread Starter scredi

    (@scredi)

    Do you think it could be related to the database ? When I updated it ? I am thinking also it could be related to PHP code that is not properly loaded but the page should send me an error or warning right ?

    aranuir

    (@aranuir)

    Hi, I have same problem. Have you resolved?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact form 7 work in Localhost but not Live’ is closed to new replies.