Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~88 People Reached
Favorite Forums
Favorite Tags
Member Avatar for prettynpinknc

I am trying to take user input and post it to a new page where I can format their input into a table. Here is the begin of my form: [code] <form action="resumeProcessor.html" method="post" name="resume" onsubmit="return validateSubmission()"> <p> <input name="name" type="text" id="name" value="Full Name" size="75" /> </p> <p> <input name="address1" …

Member Avatar for essential
0
88