User Profile
Collapse
-
That did the trick...Thanks! !... -
The URL string is being placed as a hyperlink in an E-mail message. Once this link connects to the page, it displays information including the contact full name in a text box. For some reason, when I do this as just a display without populating a text box, all is fine....Leave a comment:
-
I only get the problem of truncation when the variable is passed to a text field. It does not truncate when I just display the value on the screen. What would be the difference?...Leave a comment:
-
Is this the correct syntax:
[code=php]
<input type="text" name="Contact" value=<? echo $_GET[urlencode('cont act')] ?>>
[/code]...Leave a comment:
-
-
I am using this also to pull a field called contact which contains the full name of a person. When it places the value in the text box, it only puts the first name and not the full name. Here is the code I am using for this:
[code=php]<p><input type="hidden" value=<?php echo $_SERVER['QUERY_STRING']; ?></p>
Contact: <input type="text" name="Contact" value=<? echo $_GET['contact']...Leave a comment:
-
Passing data TO An HTML form from a URL Link
I am trying to get some code that would permit me to pass some paramaters in a URL link to certain fields on a web form. For now it would be sufficient if the URL passed firstname and lastname to fields with the corresponding name.
I currently have a script that allows me to enter data into fields and it generates a URL from the data entered. I am looking for the opposite result which is to have the URL pass the data to the form.... -
How to insert GET variables into a HTML form
Thanks for the article. Actuall this deals with passing parameters from an HTML page to PHP and we are looking for the opposite. Passing parameters from a URL link TO an HTML form. Here is the code for the form we are trying to update and it is the hidden value of LEAD ID that we want passed to the form from the URL link.
How could this be accomplished?
Here is the HTML of our form:
[code=html]
<HTML>... -
Passing Parameters From URL to Web Form
I am trying to get some code that would permit me to pass some paramaters in a URL link to certain fields on a web form. For now it would be sufficient if the URL passed firstname and lastname to fields with the corresponding name.
I currently have a script that allows me to enter data into fields and it generates a URL from the data entered. I am looking for the opposite result which is to have the URL pass the data to the form....
No activity results to display
Show More
Leave a comment: