I have a form which should continue to a larger version of the form with more fields on the next page, it should remember previous fields entered without actually submitting, this worked using php session_start or ob-start in a php include remembering the name on the inputs before I put the site into wordpress.
Neither method now works and I don't get any errors - it just doesn't carry the data over... help?