Okay, I've managed to figure most of what I needed out, thanks to you guys, but my CSS training just isn't where my HTML training was (out of school too long, I guess), and I'm missing something here, so if someone could tell me what character I've got backwards, please do so.
Mission:
to add an "eg. ____" to a field that doesn't have one at the moment
I've found and reworded the renewal question and title the way I need it to read. If someone could tell me what the CSS code is to make my second line of the question format as a label instead of as a Header, that would be wonderful, but that will work the way it is.
*the coding on that is here:
Line #627 : define('TEXT_REFERRAL_DETAILS', 'Cash Affiliates or Animals for Education');
Line #190 : <legend><?php echo TEXT_REFERRAL_DETAILS; ?></legend>
I started trying to make it label instead of legend, but as i didn't have a field to connect it to, I went the cowardly way. At least it's there, even if it is larger than I want it to be.*
What I need now is to add after the referral code entry box the following text:
eg. Education Program - Cary Elementary K-205
I defined a field according to the field definition of the DOB example on that module, namely:
Line #227 : define('ENTRY_CUSTOMERS_REFERRAL_TEXT','eg. Education Program - Cary Elementary K-205');
Now how do I code the template module create account page to show this field? I tried copying the DOB code for the example line, but as the code does not exactly correlate (DOB is required, other fields don't make sense to me, etc), I got a syntax error and the create accounts screen came up blank on my test.
Anyone who needs to see the actual page, it's www.starks-ark.com/shop/ - login, create account
If someone could give me the proper coding on this . . . it would make me sooooo
Thanks ever so much for your patience! I promise to give back as soon as I figure this out myself.
Crystal




