Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Contact form not POSTing / Bootstrap ?? PLEASE HELP SOMEBODY :(

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45801

    Hey,
    so i am working on a simple little site and it needs a contact form and i am using twitter bootstrap to style it rapidly. the contact form is in a modal. when you fill it out it seems to act like its being posted. the error and success messages seem to be working..i think… the network tab in the dev tools says there was a post made with a 200 and everything ok.. i actually used this same code before in a different contact form and it worked no problems. But i have been stuck on this for almost 2 days and i need to get this site finished and its driving me crazy…

    If somebody could PLEASE take a look at it and see if you can figure out why it isnt working it would be indeed greatly appreciated..

    i have the code posted on github here..
    (https://github.com/DomenicoColandrea86/Studentloanlowerrate.comhttps://github.com/DomenicoColandrea86/Studentloanlowerrate.com”)

    and a live version of the exact code here….
    [LIVE Demo](http://bellagenteitalianrestaurant.com/http://bellagenteitalianrestaurant.com/”)

    If anybody has any questions or needs some other info from me feel free to ask away.
    Thanks! fingers crossed!!

    Domenico

    [CODE demo](https://github.com/DomenicoColandrea86/Studentloanlowerrate.comhttps://github.com/DomenicoColandrea86/Studentloanlowerrate.com”)

    and a live version of the exact code here….
    [LIVE Demo](http://bellagenteitalianrestaurant.com/http://bellagenteitalianrestaurant.com/”)

    If anybody has any questions or needs some other info from me feel free to ask away.
    Thanks! fingers crossed!!

    Domenico

    #140160

    no body???? anybody???

    #140164
    Alen
    Participant

    > i actually used this same code before in a different contact form and it worked no problems

    Could it be an issue with version of PHP you’re using?

    #140169

    thats what i mean i used this same exact code for a diff website and it worked beautifully..this is my first time using twitter bootstrap and idk if its beacuse of the whole “modal” contact form but its like the php isnt being executed and then the js is the fallback so its firing off and the error and success messages are kinda working but when you click submit in the console it says its being posted but nothing is happening.

    #142771
    paulotorres
    Participant

    Hello,
    i´m having the same problem with a form i created with bootstrap.
    It doesn´t post, in fact it acts like a get method even tough i have
    method=”post” specified. Dont´t know why. I think it´s a problem of
    bootstrap.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.