I have a local server that my intranet is on. I am trying to list links to the files and directories of a different server(happens to be an NT server).
I have tried to use <cfdirectory> but it will only list files and directories of that particular server and won't give links to those files.
Any...
Yes, the hidden field is in the form like this:
<cfif IsDefined("url.SourceOrgId")>
<input type="hidden" name="SourceOrgId" value="<cfoutput>#url.SourceOrgId#</cfoutput>>
</cfif>
I can't figure out how to carry it through 6 pages to be submitted at the end.
I posted this question in October but now that I am trying it out, it won't work. I am trying to track customers by giving them a URL like:
www.home.com/register.cfm?SourceOrgID=802
I need the SourceOrgID=802 to be submitted to the database at the end of the transaction. I am typing:
<input...
I have a 2 page form. The first form asks, for the email address. On the second page, I want the email field to prepopulate what the user entered on the first page.
Here's what I have:
First page: <tr>
<td align="right"><span class="required">*</span>Email address:</td>...
I have a url that a customer is sent to, example: http://www.home.com/registration/SourceOrgID=802
I want to get the SourceOrgId and put it into a hidden field that is carried throughout several pages of forms and then submited to the datebase.
How do I get this SourceOrgID from the URL?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.