|
| |
|
|
groogruxking40
Posts: 5 Joined: 6/24/2009 Status: offline
|
Anyone use gbcf-v3 script? help - 6/24/2009 14:00:21
Has anyone used or currently use gbcf-v3 Contact Form?? I'm currently stuck and I need someone who is willing to help me through my problem any help is more than welcome here is my contact PHP <form method="POST" action="send.php">
Fields marked (*) are required
<p>Email From:* <br>
<input type="text" name="EmailFrom">
<p>Full Name:* <br>
<input type="text" name="Name">
<p>Comments:* <br>
<input type="text" name="Comments">
<p><input type="submit" name="submit" value="Submit">
</form>
<p> and I'm currently stuck with these 2 steps: 9. Add the link to the style sheet and the focus JavaScript file - for form field focus effects for Internet Explorer - to the head of your contact form page (see Figure 1), then add the PHP "include" to the body content area of that same page (see Figure 2). Go live and worry not. <!--Figure 1 (written as xhtml)--> <link rel="stylesheet" type="text/css" href="gbcf-v3/files/themes/default.css" media="screen" /> <!--[if IE]> <script type="text/javascript" src="gbcf-v3/files/focus.js"></script> <![endif]--> Figure 1 Note: You may choose to add the form styles to your own style sheet or do something else such as use existing styles. It's your call. Use the default style sheet to see what classes you have available to you. The style sheet name in the example is default.css. Change as needed if using a theme. <!--Figure 2--> <?php include_once("gbcf-v3/form.php"); ?> Figure 2 Note: In all cases above, adjust the path to the files to meet your needs such as if your contact page is in a folder: ../gbcf-v3/form.php. any/all help please?!!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|