I have created a form succesfully in the area. Because of validationrules I like to pass a php variable in the form.
I have tried different formats but tha variable is not recognized as a variable. In stead of the value it shows nothing, or the name of the variable itself.
Has anyone done this with success?
><INPUT type=hidden value=nieuwsbrief name=type> <INPUT type=hidden value="<?=$id?>" name=id> <INPUT type=submit value=verzenden name=submit>
I have tried different formats but tha variable is not recognized as a variable. In stead of the value it shows nothing, or the name of the variable itself.
Has anyone done this with success?