Thank you so much Dieter!
I am so very tired, been working on this for days!
Ok, I realized that when I went in to change all those names, before, I actually changed a bunch of other stuff at the same time, while I should have just made changes in steps as you said (to see which works or not!) ok, so I will do what you said and I am certain that will work!
Now, I found this post here:
mars wrote on 06/21/05 at 12:52:24:Villager,
This is what I would try first if I were trying to do what you are.
Look for all occurances of $form{'PHONE'}'; and hard code some number into it like $form{'PHONE'} = '0049-123-456789';
Then go the "Post A New Item Form" (also the Change Registration) and remark out the HTML code for the Phone entry:
FROM: <tt>$txt{'Phone'}:</tt><br>
<input name="PHONE" type="TEXT" size="30" value="$phone"><br>
<tt>$txt{'FAX'}:</tt><br>
TO: <!--- <tt>$txt{'Phone'}:</tt><br>
<input name="PHONE" type="TEXT" size="30" value="$phone"><br>
<tt>$txt{'FAX'}:</tt><br> --->
ITake a look at Sub: Make Test-Items where Dieter has set up the Test form information as hard coded.
Not sure if this would work but it is where I would start the process. If that failed I would see what using hidden values (in the forms) for the phone variable would do.
mars
And I managed to remove the Phone and Fax from the reg. page by using the "remark out" method that Mars explained.
However, I don't fully understand the $form{'PHONE'}'; part.
I am only finding lists like this:
Code:$password,
$form{'EMAIL'},
$form{'ADDRESS1'},
$form{'ADDRESS2'},
$form{'ADDRESS3'},
$form{'PHONE'},
$form{'FAX'},
@userbids
And I don't think I can change those? I have no idea...
So hey, progress is being made for me!
-Fizz