i have a multipage form with some textfields. When you fill out the form and press next the form stores the values in an object. When you press the backbutton it reloads those values in textfields. This works fine.
But when you initially load the form, the object isn't created so there is nothing to load the values from and i get a Call to a member function on a non-object error.
example:
<inputfield value='$object->getValue()'>
is there a way to tell it that when the object doesn't exist to just leave it empty?