send values of hiden variables of a javascript form to email through php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chikitsakgupta
    New Member
    • Mar 2013
    • 1

    send values of hiden variables of a javascript form to email through php

    hey friends is it possible to send the values of hidden variables of a javascript form to email torough php?

    if yes then what is the procedure for the same
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    if you have a hidden form field, then it is passed along like all the other fields of the form. PHP itself does not know that the data coming in originate from a hidden field.

    Comment

    Working...