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.

I need Help!

Featured Replies

Hi i have a web template which i downloaded and it has a quick message box on it whichi would like to link to an email address. can anyone help with how the script should be?

 

Below is the the only code i have retated to this script.

 

Im using dreamweaver, Windows.

*********************************************************************************************************************

<form action="#">

<div class="block_field"><input type="text" class="w_def_text" value="" /><span>Name <b>*</b></span></div>

<div class="block_field"><input type="text" class="w_def_text" value="" /><span>Email <b>*</b></span></div>

<div class="block_field"><input type="text" class="w_def_text" value="" /><span>Website</span></div>

<div class="cl"></div>

<div class="block_textarea"><textarea cols="1" rows="1" class="w_def_text"></textarea><span>Message <b>*</b></span></div>

 

<div class="buttons_send_mess">

<div class="main_button">

<span class="l"></span>

<a><input type="submit" value="Send" /></a>

<span class="r"></span>

</div>

 

<div class="main_button">

<span class="l"></span>

<a><input type="reset" class="button_reset" value="Clear" /></a>

<span class="r"></span>

</div>

</div>

</form>

 

**********************************************

 

<form action="#">

<div class="block_field fl"><input type="text" class="w_def_text" value="" /><span>Name</span></div>

<div class="block_field fr"><input type="text" class="w_def_text" value="" /><span>E-mail</span></div>

<div class="cl"></div>

<div class="block_textarea"><textarea rows="1" cols="1" class="w_def_text"></textarea><span>Message</span></div>

<input type="submit" class="button_send_message" value="" />

</form>

You'll need server side code to do this, something like PHP.

 

Take note, this is *not* an easy task if your new to web coding and is probably beyond what can be explained easily in a forum post.

 

Even without a form action, the code is wrong, as there's no 'name' attribute in the input fields.

 

Something like this may be of use to you:

 

http://www.formmail-maker.com/generator.php

http://www.phpform.org/

 

These are php form generators.

Edited by bb_matt

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.