formfields.com Forum Index formfields.com
FORMfields Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Lock field

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    formfields.com Forum Index -> FF 2.X - Frequently Asked Questions (FAQs)
View previous topic :: View next topic  
Author Message
sgoulder
Guest





PostPosted: Mon Jan 09, 2006 3:41 pm    Post subject: Lock field Reply with quote

I need to be able to populate my data base with the company name, however, I do not want the person updating thier profile to be able to change it. How do I lock this field?
Back to top
formfields



Joined: 01 Aug 2005
Posts: 465

PostPosted: Mon Jan 09, 2006 4:13 pm    Post subject: Reply with quote

The easiest way is to create a HiddenField by adding something like following to the end of your addField list:
Code:

$formBean->addField(new HiddenField("company_name", "Some Company"));


Note: You must have the company_name attribute in your database table.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    formfields.com Forum Index -> FF 2.X - Frequently Asked Questions (FAQs) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group