Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Julian

Members
  • Joined

  • Last visited

  1. Julian replied to Julian's topic in Frontend
    Yes people like me pay for it! Luckily it wasn't too much though. Thanks for all of the help and advice I shall get the tag changed.
  2. Julian replied to Julian's topic in Frontend
    Thanks both for the replies. This is a template that I purchased and you are seeing the code as it came. I am guessing its not very good. I don't know enough about JS to start messing with it so I may just go for the PHP validation. I am just confused that the name and email lines both appear to have exactly the same code however one validates and the other doesn't. Thanks again.
  3. Julian replied to Julian's topic in Frontend
    <form method="post" class="reply-input" action="send.php"> <div class="span6"> <div class="input-block"> <input type="name" name="name" id="comment-name" required value="Your name (required)" onblur="if(this.value=='')this.value='Your name (required)'" onfocus="if(this.value=='Your name (required)')this.value=''"/> </div> <div class="input-block"> <input type="email" name="email" id="comment-email" required value="Your email (required)" onblur="if(this.value=='')this.value='Your email (required)'" onfocus="if(this.value=='Your email (required)')this.value=''"/> </div> <div class="clear"></div> </div> <div class="span6"> <div class="textarea-block"> <textarea name="message" id="comment-message" cols="88" rows="8" required onblur="if(this.value=='')this.value='Your message'" onfocus="if(this.value=='Your message')this.value=''">Your message</textarea> <div class="clear"></div> </div> <input class="submit_buttom" type="submit" value="Submit"> </div> </form> <? $name=$_POST['name']; $email=$_POST['email']; $message=$_POST['message']; $body .= "Name: " . $name . "\n"; $body .= "Email: " . $email . "\n"; $body .= "Message: " . $message . "\n"; mail("********.co.uk","Website Enquiry",$body); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script>alert("Your message has been sent successfully. We will contact you within 24 hours.");</script> <meta HTTP-EQUIV="REFRESH" content="0; url=index.html"> </head> Thanks for the reply. Looking at the PHP code there does not appear to be any validation. As a result I am assuming that it only has JS validation.
  4. Julian posted a topic in Frontend
    I am currently in the process of building a site. This site has a HTML/PHP contact form. I understand that the form I am using validates the entries using JS (unfortunately as a novice I cant see how its doing this). The problem that I have is that the "email" field validates however the "name" field does not. I have searched and searched through all of the source files to find out how to amend this but to date I have not had any success. I can post copies of the files but due to my inexperience I do now know which ones to start with. Any advice on where I can fix this error will be greatly received. Thanks Julian
  5. Julian replied to Julian's topic in Server Side
    Thanks for taking the time to reply. I already have a wordpress site and I am reasonably familiar with it. What I am looking for is something that would enable me to add the databases that I require to sites that I have already made. When I read the advert for EasyGen I was happy that this was what I needed however my experience with them has not been very good (issues running their software and not a very helpful customer support department). As a result I am now looking for an alternative that would provide me with the same features/functions. Regards Julian
  6. Being relatively new to web design I am looking for a programme that can assist me in putting some very simple databases into a test site. I would basically like to implement a site search function along with a password protect for certain pages and also an 'interested in' cart such as the one used on this site. I have recently purchased EashGen 2.4 as it appeared to be suitable for what i required. Unfortunately I have encounter so many problems with EasyGen that I have now asked them for my money back. Does anyone have any advice on databases in general (IE. where to start) and also in relation to software that could assist me. Thanks in advance.
  7. Hi Just a quick line to introduce myself. I have designed websites for a few years but I have now decided to try and take it more seriously. I am a slow learner so please be kind. I look forward to speaking to you all soon. Julian

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.