Thursday 06 January 2005 11:04:14 am
Dear,
Thanks for your aswer, but i can't understand you. Mainly the problem is that the object doesn't exist, because is a form to insert new object. I explain: When a user push the 'register' button, in my own register template I show the different fields of the class user using attribute_edit_gui. The problem is that I want to insert in this fields a pre-values that i recive from other aplication wich detect if the username is present in other application and if it's true ask to the user to confirm or change the information that the system have about it. The problem is how to put directly value in the attribute_edit_gui in the form, imagine I have a form that create a new user with fields 'username' and 'password' and I like to put a pre-value in the field like 'user001' (a string I generate outside the template). Can give me some code to put directly in the field some value from the template?? Many many thanks.
|