Jump to content

Wokingtown11

Members
  • Posts

    3
  • Joined

  • Last visited

Wokingtown11's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, I have a (simple) website and I have a 'contact me' page where its a basic form, name / email address / comments. and the necessary validation using JS. I have done all this on Notepad++. The site (I think) looks good, and is responsive. But now I want to be able to process the form, where I get the form content emailed to myself. Is PHP the way to go? Do I really need a server? I have tried google search, watched multiple videos but I dont know if I need to download eclipse with the PHP plug in / XAMPP? Is this overkill for a form with 3 fields? Totally confused! Any help appreciated.
  2. oh wow, yes that worked a treat. Thank you very much
  3. Hi, I have designed my own simple website, using the W3 "collapsable responsive sidenav" However when you click on one of the links from the sidenav the whole sidenav disappears and then resets from the edge of the screen. It does not look good. <nav class="w3-sidenav w3-collapse w3-white w3-card-2 w3-animate-left" style="width:200px;" id="mySidenav"> <a href="javascript:void(0)" onclick="w3_close()" class="w3-closenav w3-large w3-hide-large">Close ×</a> <a href="test_sidenav.html">Link 1</a> <a href="test_sidenav2.html">Link 2</a> </nav> and in W3.css: .w3-closenav {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .w3-opennav {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} I think i have added all the necessary code here. Any thoughts what i would need to do to keep it on the screen without it "flashing" every time a link is clicked? The attached files is simply the ones I am using to test this functionality test_sidenav.html test_sidenav2.html
×
×
  • Create New...