Location of the form and quform folder

Home Forums Quform PHP Location of the form and quform folder

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9330
    Kelvin Lee
    Participant

    Dear Sir/Madam,

    Where should I place the form page on the server? same level to the folder “quform” or must inside the quform folder?

    I currently place the form page as the same level of quofrm and copy the process.php and common.php, place them at same level with the form page. I add the console.log to show the HttpRequest return from process.php and find the nojs.php not found, please advise the file location if I hope to place the whole quform folder and separate the page I wrote. Below please find the code I call the process.php

    <script>
    $(document).ready(function() {
    $(“#ss-form”).submit(function(e) {
    e.preventDefault();
    $.ajax({
    type: “POST”,
    data: $(‘#ss-form’).serialize(),
    url: ‘process.php’,
    complete: function (HttpRequest, textStatus) {
    $(‘#ss-submit’).prev().text(‘謝謝!’);
    $(‘#ss-submit’).attr(“disabled”, “disabled”);
    console.log(HttpRequest);
    $(‘#ss-submit’).buttonMarkup({theme: ‘e’});
    }});
    return false;
    })});

    Best regards,

    Kelvin

    #9364
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy