Sticky Forms

I have used “sticky forms” in the past, never an issue, however it seems to have stopped working on this one site.

I am not getting any error messages, it did work for a short time (site not launched yet). I have tried several variations of the code listed below.

" />

All of these have worked on other sites. Since the code did work and not it does not, my first inclination was to see what had changed, but am unable to locate anything.

I have also added the

if(!isset($_SESSION)) {
session_start();
}
$_SESSION[‘firstname’]=stripslashes($_POST[‘firstname’]);

Although it was working without as the session variables are already set.

Anyone have a clue as to why I am having this issue?

Sponsor our Newsletter | Privacy Policy | Terms of Service