Update not updating
I have created a form using CSS Form Builder, have added the Data Assist Update Behaviour and then inserted the form into a page using Framework.
The update behaviour has been amended to redirect to a different page depending on the selections made - this works well.
The update is made using a session variable which I have also printed to the page to ensure that it is being passed to the page - it is!
So why wont it work?
Any help appreciated


yes, <?php echo $_SERVER["PHP_SELF"]; ?> should do the trick 
