The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Newbe needs some help
yesak05
post Oct 12 2006, 11:38 AM
Post #1





Group: Members
Posts: 2
Joined: 12-October 06
Member No.: 414



Okay this is my problem... I am making online trainings for a company website and i am trying to send the darn thing to the HR e-mail box. I haven't ever coded in html befor but i have everything done perfectly but this. here is the end of the html form. once you hit the send button i want it to send it to the username (kclark)


<br><blockquote>Employee Name: <input type="text" name="EmployeeName" size="30"><br>

<!-- SCRIPT CONFIGURATION SECTION -->
<INPUT TYPE="HIDDEN" NAME="submit_by" VALUE="webserver@valeo.local">
<INPUT TYPE="HIDDEN" NAME="required"
VALUE=& quot;EmployeeName,EmployeeID,submit_by,Question1,Question2,Question3,Question4,Q
uestion5,Question6part1,Question6part2,
Question7part1,Question7part2,Question7part3,Question8,Question9,Question10,Ques
tion11,
Question12,Question13,Question14,Question15,Question16,Question17">
<INPUT TYPE="HIDDEN" NAME="data_order"
VALUE=& quot;EmployeeName,EmployeeID,Question1,Question2,Question3,Question4,Question5,Q
uestion6part1,Question6part2,
Question7part1,Question7part2,Question7part3,Question8,Question9,Question10,Ques
tion11,
Question12,Question13,Question14,Question15,Question16,Question17,">
<INPUT TYPE="HIDDEN" NAME="submit_to" VALUE="kclark">
<INPUT TYPE="HIDDEN" NAME="emailfile" VALUE="form1">
<INPUT TYPE="HIDDEN" NAME="form_id" VALUE="HIPPA test 2006">
<!-- END OF SCRIPT CONFIGURATION SECTION -->

</form>
</body>
</html>


any help would make me a happy camper!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 12 2006, 12:06 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



That's just a bunch of hidden fields. The beginning of the form would be more interesting. Do you have the URL to the script that handles the form in the action=""?

See if this helps. smile.gif
http://htmlhelp.com/faq/html/forms.html#formstoc
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 12 2006, 01:10 PM
Post #3


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



Also the following is incorrect:

VALUE=& quot;

--probably you want a real double quote instead of the &quot; entity, just like with the other INPUT elements.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 12 2006, 04:50 PM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Please see the FAQ entry How do I get form data emailed to me?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 27th April 2024 - 01:59 PM