Use php variable in a form
-
Is there a way to assign the value of a php variable, inside a template where the form is used, to a hidden field?
eg:
I have a template:...code... $var = 5; ...code... [pdb_signup]
The form should have a hidden value which is set to 5 when submitted.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use php variable in a form’ is closed to new replies.