• I am have installed wordpress under a subdirectory

    http://ozarkfullgospel.org/ministry/

    and the contact form is not functioning correctly, I thought I saw something at one point about a uri setting that I might need to change if I am using a sub directory but I can’t find it for the life of me, can you help set me on the right track?

Viewing 3 replies - 1 through 3 (of 3 total)
  • This has been covered thoroughly in the cforms forum as well as in many posts/FAQs.


    Please also visit the cforms forum »

    onewalrus

    (@onewalrus)

    kendallohio,
    I am having the same problem and have visited the forums “olivers” directs us to. From what I can see when you adjust the variables in the cforms.js file (in the js folder of the plugin), make sure you have removed the “//” on the line you are editing… like this:

    // e.g. try instead:
    // var sajax_uri = '';
    var sajax_uri = '/FORUMS/wordpress_music/';    // --> URIprefix = your Blog's prefix!
    // var sajax_uri = document.location.pathname;

    So if your WP install is directly in the root of your site in a folder called wordpress, that line you see without the “//” would be:
    var sajax_uri = ‘/wordpress’; // –> URIprefix = your Blog’s prefix!
    Hope that helps.

    olivers

    (@olivers)

    Thank you onewalrus for jumping in.

    With cforms v8.1 this shouldn’t be necessary anymore, because it will try to guess the proper settings during activation and will write it to cforms.js automatically.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘form does not submit’ is closed to new replies.