contact form redirect.

  • Posted in : Photographer
  • subirbasak
    Participant

    I need to redirect a user to a “thank you page” after he successfully submitted in contact form .how do I do that.
    ? I am not good at coding.
    Will you kindly help me to do that redirection in my “photographer template”.
    Thanks
    Subir

    serkan
    Moderator

    Hi Subir,
    I will forward this topic to our developer.
    Thanks

    subirbasak
    Participant

    I am using HTML version.

    serkan
    Moderator

    Hi,
    I will forward this topic to our developer and i will keep you updated.
    Thanks

    subirbasak
    Participant

    Hi Serkan,
    Any updates?

    serkan
    Moderator

    Hi Subir,
    Sorry for late reply. I will keep you updated when i get an answer asap.
    Thanks for your patience.

    ahmetsali
    Keymaster

    Hi, just edit js/main.js file in a text editor and find the line: 397, you will see this piece of code;

    if ( data == 'success' )
    	{
    		setTimeout(function() { 
    		     $submit.removeClass("loading").addClass("success"); 
                         contactForm.clearForm();
    	        },2000);
    	}
    

    replace it with this;

    if ( data == 'success' )
    	{
    		location.href = 'thank-you.html';
    	}
    

    Cheers.

    subirbasak
    Participant

    Thanks a lot. Let me try it.

    subirbasak
    Participant

    Working flawlessly! Thanks again!
    here is the site.
    https://subirbasak.com

    ahmetsali
    Keymaster

    you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register