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.

validation help please

Featured Replies

I could really do with some help validating this page: http://waynedeboer.co.uk/web-sites/creative_wdb/contact-us.html I downloaded the contact form and got it working cross browser how I wanted it to work but now its working its coming up with several errors and I dont really know where to start as I know nothing in regards to php and I dont want to ruin the working contact form.

 

Any help would be appreciated.

 

Wayne

I could really do with some help validating this page: http://waynedeboer.co.uk/web-sites/creative_wdb/contact-us.html I downloaded the contact form and got it working cross browser how I wanted it to work but now its working its coming up with several errors and I dont really know where to start as I know nothing in regards to php and I dont want to ruin the working contact form.

 

Any help would be appreciated.

 

Wayne

You need to close your input tags. Also you've missed off <label> values...

 

<form action="javascript:alert('success!');">
<label for="name">Your name:</label><input id="name" class="textbox" type="text" name="name" value="" /><br />
<label for="email">Your e-mail address:</label><input id="email" class="textbox" type="text" name="email" value="" /><br />
<label for="subj">Subject:</label><input id="subj" class="textbox" type="text" name="subject" value="" /><br />
<label for="mess">Your queries/comments:</label><textarea id="mess" class="textbox" name="message" ROWS="4" COLS="25" /></textarea><br />
<input class="button" type="submit" name="submit" value="Send Message" />
<div class="clear"></div>
</form>

 

The final error is in the Javscript, not sure how to fix that but someone should know :)

  • Author

Thank you both very much, between you I have managed to validate my contact form.

 

Thank you again, your help is most appreciated.

 

Kind regards,

 

Wayne

Create an account or sign in to comment

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.