The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Non-editable field - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Non-editable field (/showthread.php?tid=164) |
Non-editable field - kenrohde - May 25th, 2009 Hi I have a registration form set up which uses form tools 2. The users enter their details and go to paypal. There I take the payments but manually update the amount that each person has paid. People can pay the amount in full or installments. whatever they wish basically. I use submission account to ensure each person can login to change their details if needed. I want to add a field in the account submissions page for each user (i.e. where they can review and update their details) so that I (the admin) can enter the amount each person has paid over time. This field should be visible to the user but obviously should not be editable. How can I make this happen? I can add the field in the registration form and by default it should be zero (i.e. hidden value of zero) but I cannot figure out how to make the field non-editable? PLEASE HELP Thanks Kenneth RE: Non-editable field - Ben - May 30th, 2009 Hi Kenneth, Sure, this is no problem! The Submission Accounts module lets you choose what View is used to display the form fields. This View determines which fields get displayed, in what order - and most importantly in your case, which fields are editable. What you'll need to do is this:
That's pretty much it! Let me know if I didn't explain anything clearly. Good luck! - Ben RE: Non-editable field - kenrohde - May 30th, 2009 Ben - You are a star! |