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
~623 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Mel64

I have a PHP form with a html section at the bottom. There are 14 input text fields on the form and I want the form to send of the email as it should do and also take the name field, pass it to the following web page and display …

Member Avatar for Mel64
0
344
Member Avatar for reidphp

I need to move form field text to the next page and essential from the Javascript forum gave me this. It works in the test. On the form page. [code]<form id="testform" action="nextpage.php" method="post"> <div>Test Field: <input type="text" id="FieldData0" name="FieldData0" value="" size="30" /> <input type="submit" value="submit" /> </div> </form>[/code] on the …

Member Avatar for Mel64
0
150
Member Avatar for Mel64

I have little experience with php & javascript hybrid pages. A friend has a webform php page that has the html form code at the bottom. The form works well but I want to take the first input text field and have it displayed in a <div> on the page …

Member Avatar for Mel64
0
129

The End.