Skip to main content
Participant
April 1, 2009
Answered

Passing data elements out to net

  • April 1, 2009
  • 1 reply
  • 388 views
Have an application that takes FORM elements (as hidden input) that don't seem to pass from our local intranet out to a CFM page on our website the would take these elements to process in info.

Have tried CFSET and cookies also to no avail. How do I get the data out there for that webpage to process it.

Thanks in advance

T Bradd
    This topic has been closed for replies.
    Correct answer fbradd
    Thanks for the reply -- and to close this loop:

    it was some javascript which couldn't handle #data elements# in the same field
    (this was a program by WebAssist [GOOGLE PRO]) -- I finally figured out that I could put those 2 elements in the
    hidden input value (i.e. value=" #data1# #data2#") to pass to the javascript as one revised data element.
    The javascript wouldn't pass the items to the CFM page

    Thanks again for the help

    1 reply

    Inspiring
    April 1, 2009
    Maybe that cfm page has some code in it that says that it only takes submissions from pages in it's own site.
    fbraddAuthorCorrect answer
    Participant
    April 2, 2009
    Thanks for the reply -- and to close this loop:

    it was some javascript which couldn't handle #data elements# in the same field
    (this was a program by WebAssist [GOOGLE PRO]) -- I finally figured out that I could put those 2 elements in the
    hidden input value (i.e. value=" #data1# #data2#") to pass to the javascript as one revised data element.
    The javascript wouldn't pass the items to the CFM page

    Thanks again for the help