Skip to main content
December 3, 2008
Question

passing variable from layered form

  • December 3, 2008
  • 1 reply
  • 233 views
I'm trying to pass a variable from a form in a floating layer into a CF hidden field after submitting a form button on the main page. Nothing I've tried seems to be able to pass since I can't call a form name in the form.variable format, cfscript doesn't support the document. format, etc. Any suggestions? Thanks much!
    This topic has been closed for replies.

    1 reply

    Inspiring
    December 4, 2008
    use javascript. cf, and thus cfscript, runs on the SERVER, not on client
    - it is totally oblivious to anything you do in your page after it as
    been rendered and until you submit the form or send data to the server
    in some other way.

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/