Forms in vbulletin
Hi,
I'm trying to add some new functionalities to the vbAdvanced CMPS but I've got a problem with the forms.
I've got a few pages on my site were people can add information to the database via a form. A typical form consists of these lines : <input type="text" class="bginput" size = "50" name="newprogname">
If the user fills in the form (he adds the name of newprogname) and clicks on submit the user goes from url/step1 to url/step2 (This is done via a redirection php file called redirect.php).
THE PROBLEM : when the user clicks on submit the parameter $newprogname is empty in step2 ! Can someone please help me ? PM me for the url or more information.
|